sesv2_list_export_jobs: Lists all of the export jobs

View source: R/sesv2_operations.R

sesv2_list_export_jobsR 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 list_export_jobs to 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 NextToken element is sent in the response. Use the NextToken value in subsequent calls to list_export_jobs to 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.


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