Class: Aws::Pinpoint::Types::SegmentCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SegmentCondition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Specifies a segment to associate with an activity in a journey.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#segment_id ⇒ String
The unique identifier for the segment to associate with the activity.
Instance Attribute Details
#segment_id ⇒ String
The unique identifier for the segment to associate with the activity.
11051 11052 11053 11054 11055 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11051 class SegmentCondition < Struct.new( :segment_id) SENSITIVE = [] include Aws::Structure end |