Class: Aws::Pinpoint::Types::SimpleCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SimpleCondition
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Specifies a condition to evaluate for an activity in a journey.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_condition ⇒ Types::EventCondition
The dimension settings for the event that's associated with the activity.
-
#segment_condition ⇒ Types::SegmentCondition
The segment that's associated with the activity.
-
#segment_dimensions ⇒ Types::SegmentDimensions
The dimension settings for the segment that's associated with the activity.
Instance Attribute Details
#event_condition ⇒ Types::EventCondition
The dimension settings for the event that's associated with the activity.
11169 11170 11171 11172 11173 11174 11175 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11169 class SimpleCondition < Struct.new( :event_condition, :segment_condition, :segment_dimensions) SENSITIVE = [] include Aws::Structure end |
#segment_condition ⇒ Types::SegmentCondition
The segment that's associated with the activity.
11169 11170 11171 11172 11173 11174 11175 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11169 class SimpleCondition < Struct.new( :event_condition, :segment_condition, :segment_dimensions) SENSITIVE = [] include Aws::Structure end |
#segment_dimensions ⇒ Types::SegmentDimensions
The dimension settings for the segment that's associated with the activity.
11169 11170 11171 11172 11173 11174 11175 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11169 class SimpleCondition < Struct.new( :event_condition, :segment_condition, :segment_dimensions) SENSITIVE = [] include Aws::Structure end |