sesv2_list_export_jobs {paws.customer.engagement} | R Documentation |
Lists all of the export jobs
Description
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
|
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 |
[Package paws.customer.engagement version 0.9.0 Index]