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

ListResourceDelegatesRequest

import type { ListResourceDelegatesRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface ListResourceDelegatesRequest {
MaxResults?: number | null;
NextToken?: string | null;
OrganizationId: string;
ResourceId: string;
}

§Properties

§
MaxResults?: number | null
[src]

The number of maximum results in a page.

§
NextToken?: string | null
[src]

The token used to paginate through the delegates associated with a resource.

§
OrganizationId: string
[src]

The identifier for the organization that contains the resource for which delegates are listed.

§
ResourceId: string
[src]

The identifier for the resource whose delegates are listed.