sesv2_list_import_jobs: Lists all of the import jobs

View source: R/sesv2_operations.R

sesv2_list_import_jobsR Documentation

Lists all of the import jobs

Description

Lists all of the import jobs.

See https://www.paws-r-sdk.com/docs/sesv2_list_import_jobs/ for full documentation.

Usage

sesv2_list_import_jobs(
  ImportDestinationType = NULL,
  NextToken = NULL,
  PageSize = NULL
)

Arguments

ImportDestinationType

The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType.

NextToken

A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to list_import_jobs with the same parameters to retrieve the next page of import jobs.

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 NextToken element is sent in the response. Use the NextToken value in subsequent requests to retrieve additional addresses.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.