Class: Aws::Pinpoint::Types::GetSegmentExportJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentExportJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
7219 7220 7221 7222 7223 7224 7225 7226 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7219 class GetSegmentExportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ String
7219 7220 7221 7222 7223 7224 7225 7226 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7219 class GetSegmentExportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |
#segment_id ⇒ String
7219 7220 7221 7222 7223 7224 7225 7226 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7219 class GetSegmentExportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
7219 7220 7221 7222 7223 7224 7225 7226 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7219 class GetSegmentExportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |