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.
Constant Summary collapse
- SENSITIVE =
[]
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).
5682 5683 5684 5685 5686 5687 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5682 class ExportJobsResponse < Struct.new( :item, :next_token) SENSITIVE = [] 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.
5682 5683 5684 5685 5686 5687 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5682 class ExportJobsResponse < Struct.new( :item, :next_token) SENSITIVE = [] include Aws::Structure end |