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

ListResourceDelegatesResponse

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

§Properties

§
Delegates?: Delegate[] | null
[src]

One page of the resource's delegates.

§
NextToken?: string | null
[src]

The token used to paginate through the delegates associated with a resource. While results are still available, it has an associated value. When the last page is reached, the token is empty.