View source: R/sesv2_operations.R
sesv2_list_export_jobs | R Documentation |
Lists all of the export jobs.
See https://www.paws-r-sdk.com/docs/sesv2_list_export_jobs/ for full documentation.
sesv2_list_export_jobs(
NextToken = NULL,
PageSize = NULL,
ExportSourceType = NULL,
JobStatus = NULL
)
NextToken |
The pagination token returned from a previous call to
|
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 |
ExportSourceType |
A value used to list export jobs that have a certain |
JobStatus |
A value used to list export jobs that have a certain |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.