Class: Aws::Pinpoint::Types::ExportJobsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Export job list.

Instance Attribute Summary collapse

Instance Attribute Details

#itemArray<Types::ExportJobResponse>

A list of export jobs for the application.

Returns:



3750
3751
3752
3753
3754
# File 'lib/aws-sdk-pinpoint/types.rb', line 3750

class ExportJobsResponse < Struct.new(
  :item,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The string that you use in a subsequent request to get the next page of results in a paginated response.

Returns:

  • (String)


3750
3751
3752
3753
3754
# File 'lib/aws-sdk-pinpoint/types.rb', line 3750

class ExportJobsResponse < Struct.new(
  :item,
  :next_token)
  include Aws::Structure
end