Class: Aws::Pinpoint::Types::SegmentReference
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::SegmentReference
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Specifies the segment identifier and version of a segment.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the segment.
 - 
  
    
      #version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version number of the segment.
 
Instance Attribute Details
#id ⇒ String
The unique identifier for the segment.
      11296 11297 11298 11299 11300 11301  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 11296 class SegmentReference < Struct.new( :id, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ Integer
The version number of the segment.
      11296 11297 11298 11299 11300 11301  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 11296 class SegmentReference < Struct.new( :id, :version) SENSITIVE = [] include Aws::Structure end  |