Class: Aws::Pinpoint::Types::GetSegmentVersionsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetSegmentVersionsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #segments_response  ⇒ Types::SegmentsResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about all the segments that are associated with an application.
 
Instance Attribute Details
#segments_response ⇒ Types::SegmentsResponse
Provides information about all the segments that are associated with an application.
      7370 7371 7372 7373 7374  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7370 class GetSegmentVersionsResponse < Struct.new( :segments_response) SENSITIVE = [] include Aws::Structure end  |