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
      7220 7221 7222 7223 7224 7225 7226 7227  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7220 class GetSegmentExportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end  | 
  
#page_size ⇒ String
      7220 7221 7222 7223 7224 7225 7226 7227  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7220 class GetSegmentExportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end  | 
  
#segment_id ⇒ String
      7220 7221 7222 7223 7224 7225 7226 7227  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7220 class GetSegmentExportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end  | 
  
#token ⇒ String
      7220 7221 7222 7223 7224 7225 7226 7227  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7220 class GetSegmentExportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end  |