Class: Aws::Pinpoint::Types::GetSegmentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetSegmentResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #segment_response  ⇒ Types::SegmentResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the configuration, dimension, and other settings for a segment.
 
Instance Attribute Details
#segment_response ⇒ Types::SegmentResponse
Provides information about the configuration, dimension, and other settings for a segment.
      7303 7304 7305 7306 7307  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7303 class GetSegmentResponse < Struct.new( :segment_response) SENSITIVE = [] include Aws::Structure end  |