Interface ListEmailFoldersForEmailAddressIdInput

Input for SudoEmailClient.listEmailFoldersForEmailAddressId.

ListEmailFoldersForEmailAddressIdInput

interface ListEmailFoldersForEmailAddressIdInput {
    cachePolicy?: CachePolicy;
    emailAddressId: string;
    limit?: number;
    nextToken?: string;
}

Hierarchy

  • Pagination
    • ListEmailFoldersForEmailAddressIdInput

Properties

cachePolicy?: CachePolicy

Determines how the email folders will be fetched. Default usage is remoteOnly.

emailAddressId: string

The identifier of the email address associated with the email folders.

limit?: number
nextToken?: string