- Navigation Guide
@aws-sdk/client-workmail
ListResourceDelegatesCommandOutput Interface
The output of ListResourceDelegatesCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Delegates | Delegate[] | undefined | One page of the resource's delegates. |
NextToken | string | undefined | 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. |
Full Signature
export interface ListResourceDelegatesCommandOutput extends ListResourceDelegatesResponse, MetadataBearer