Skip to main content

ISESV2ListExportJobsResponse

Interface in AWS.SESV2

Interface for ListExportJobs responses.

Ancestors

Properties

ExportJobs

property ExportJobs: TList<ISESV2ExportJobSummary>

Type: ISESV2ExportJobSummary

The collection of export job summaries returned by the listing operation.

Each export job summary contains essential information about an export job, including its unique identifier, current status, source type, and creation timestamp. The summaries provide enough detail for monitoring and management without the full job configuration. The number of export jobs in this collection is limited by the PageSize parameter from the request. If more export jobs are available, the NextToken property will contain a pagination token for retrieving additional results. This collection may be empty if no export jobs match the specified filtering criteria or if no export jobs exist in your Amazon SES account.