You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::SegmentReference
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Pinpoint::Types::SegmentReference
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing SegmentReference as input to an Aws::Client method, you can use a vanilla Hash:
{
  id: "__string", # required
  version: 1,
}
Specifies the segment identifier and version of a segment.
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.
#version ⇒ Integer
The version number of the segment.