Skip to main content

ISESV2ListImportJobsResponse

Interface in AWS.SESV2

Interface for ListImportJobs responses.

Ancestors

Properties

ImportJobs

property ImportJobs: TList<ISESV2ImportJobSummary>

Type: ISESV2ImportJobSummary

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

Each import job summary contains essential information about an import job, including its unique identifier, destination details, processing status, and record counts for both successful and failed imports. The summaries provide comprehensive monitoring data without requiring separate calls to retrieve individual job details. The number of import jobs in this collection is limited by the PageSize parameter from the request. If more import jobs are available, the NextToken property will contain a pagination token for retrieving additional results. This collection may be empty if no import jobs match the specified filtering criteria or if no import jobs exist in your Amazon SES account.