Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListResourcesResponse

import type { ListResourcesResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface ListResourcesResponse {
NextToken?: string | null;
Resources?: Resource[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token used to paginate through all the organization's resources. While results are still available, it has an associated value. When the last page is reached, the token is empty.

§
Resources?: Resource[] | null
[src]

One page of the organization's resource representation.