- Navigation Guide
@aws-sdk/client-workmail
ListMailboxExportJobsCommandOutput Interface
The output of ListMailboxExportJobsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Jobs | MailboxExportJob[] | undefined | The mailbox export job details. |
NextToken | string | undefined | The token to use to retrieve the next page of results. |
Full Signature
export interface ListMailboxExportJobsCommandOutput extends ListMailboxExportJobsResponse, MetadataBearer