Class: Aws::Pinpoint::Types::SegmentCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SegmentCondition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass SegmentCondition data as a hash:
{
segment_id: "__string", # required
}
Specifies a segment to associate with an activity in a journey.
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.
12931 12932 12933 12934 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12931 class SegmentCondition < Struct.new( :segment_id) include Aws::Structure end |