Lists all of the export jobs.
See https://www.paws-r-sdk.com/docs/sesv2_list_export_jobs/ for full documentation.
Usage
sesv2_list_export_jobs(
NextToken = NULL,
PageSize = NULL,
ExportSourceType = NULL,
JobStatus = NULL
)Arguments
- NextToken
The pagination token returned from a previous call to
list_export_jobsto indicate the position in the list of export jobs.- PageSize
Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export jobs exist beyond the specified limit, the
NextTokenelement is sent in the response. Use theNextTokenvalue in subsequent calls tolist_export_jobsto retrieve additional export jobs.- ExportSourceType
A value used to list export jobs that have a certain
ExportSourceType.- JobStatus
A value used to list export jobs that have a certain
JobStatus.