Class: Aws::SESV2::Types::ListExportJobsResponse

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

Overview

An HTTP 200 response if the request succeeds, or an error message if the request fails.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_jobsArray<Types::ExportJobSummary>

A list of the export job summaries.

Returns:



4583
4584
4585
4586
4587
4588
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4583

class ListExportJobsResponse < Struct.new(
  :export_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


4583
4584
4585
4586
4587
4588
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4583

class ListExportJobsResponse < Struct.new(
  :export_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end