View source: R/sesv2_operations.R
sesv2_list_import_jobs | R Documentation |
Lists all of the import jobs.
See https://www.paws-r-sdk.com/docs/sesv2_list_import_jobs/ for full documentation.
sesv2_list_import_jobs(
ImportDestinationType = NULL,
NextToken = NULL,
PageSize = NULL
)
ImportDestinationType |
The destination of the import job, which can be used to list import jobs
that have a certain |
NextToken |
A string token indicating that there might be additional import jobs
available to be listed. Copy this token to a subsequent call to
|
PageSize |
Maximum number of import jobs to return at once. Use this parameter to
paginate results. If additional import jobs exist beyond the specified
limit, the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.