Class: Aws::Pinpoint::Types::GetSegmentsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetSegmentsRequest
 
 
- 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
      7388 7389 7390 7391 7392 7393 7394  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7388 class GetSegmentsRequest < Struct.new( :application_id, :page_size, :token) SENSITIVE = [] include Aws::Structure end  | 
  
#page_size ⇒ String
      7388 7389 7390 7391 7392 7393 7394  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7388 class GetSegmentsRequest < Struct.new( :application_id, :page_size, :token) SENSITIVE = [] include Aws::Structure end  | 
  
#token ⇒ String
      7388 7389 7390 7391 7392 7393 7394  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7388 class GetSegmentsRequest < Struct.new( :application_id, :page_size, :token) SENSITIVE = [] include Aws::Structure end  |