class Aws::SESV2::Types::ListImportJobsRequest
Represents a request to list all of the import jobs for a data destination within the specified maximum number of import jobs.
@note When making an API call, you may pass ListImportJobsRequest
data as a hash: { import_destination_type: "SUPPRESSION_LIST", # accepts SUPPRESSION_LIST, CONTACT_LIST next_token: "NextToken", page_size: 1, }
@!attribute [rw] import_destination_type
The destination of the import job, which can be used to list import jobs that have a certain `ImportDestinationType`. @return [String]
@!attribute [rw] next_token
A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to `ListImportJobs` with the same parameters to retrieve the next page of import jobs. @return [String]
@!attribute [rw] page_size
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. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/ListImportJobsRequest AWS API Documentation
Constants
- SENSITIVE