Class: Aws::SESV2::Types::ListExportJobsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

Represents a request to list all export jobs with filters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_source_typeString

A value used to list export jobs that have a certain ExportSourceType.

Returns:

  • (String)


4558
4559
4560
4561
4562
4563
4564
4565
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4558

class ListExportJobsRequest < Struct.new(
  :next_token,
  :page_size,
  :export_source_type,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

A value used to list export jobs that have a certain JobStatus.

Returns:

  • (String)


4558
4559
4560
4561
4562
4563
4564
4565
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4558

class ListExportJobsRequest < Struct.new(
  :next_token,
  :page_size,
  :export_source_type,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token returned from a previous call to ListExportJobs to indicate the position in the list of export jobs.

Returns:

  • (String)


4558
4559
4560
4561
4562
4563
4564
4565
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4558

class ListExportJobsRequest < Struct.new(
  :next_token,
  :page_size,
  :export_source_type,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

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 ListExportJobs to retrieve additional export jobs.

Returns:

  • (Integer)


4558
4559
4560
4561
4562
4563
4564
4565
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4558

class ListExportJobsRequest < Struct.new(
  :next_token,
  :page_size,
  :export_source_type,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end