Class: Aws::Pinpoint::Types::ExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ExportJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about all the export jobs that are associated with an application or segment. An export job is a job that exports endpoint definitions to a file.
Instance Attribute Summary collapse
-
#item ⇒ Array<Types::ExportJobResponse>
An array of responses, one for each export job that’s associated with the application (Export Jobs resource) or segment (Segment Export Jobs resource).
-
#next_token ⇒ String
The string to use in a subsequent request to get the next page of results in a paginated response.
Instance Attribute Details
#item ⇒ Array<Types::ExportJobResponse>
An array of responses, one for each export job that’s associated with the application (Export Jobs resource) or segment (Segment Export Jobs resource).
7481 7482 7483 7484 7485 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7481 class ExportJobsResponse < Struct.new( :item, :next_token) include Aws::Structure end |
#next_token ⇒ String
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
7481 7482 7483 7484 7485 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7481 class ExportJobsResponse < Struct.new( :item, :next_token) include Aws::Structure end |