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.
11295 11296 11297 11298 11299 11300 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11295 class SegmentReference < Struct.new( :id, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version number of the segment.
11295 11296 11297 11298 11299 11300 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11295 class SegmentReference < Struct.new( :id, :version) SENSITIVE = [] include Aws::Structure end |