Class: Aws::Pinpoint::Types::SimpleCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SimpleCondition
- Includes:
- Structure
- Defined in:
- 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.
11716 11717 11718 11719 11720 11721 11722 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11716 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.
11716 11717 11718 11719 11720 11721 11722 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11716 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.
11716 11717 11718 11719 11720 11721 11722 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11716 class SimpleCondition < Struct.new( :event_condition, :segment_condition, :segment_dimensions) SENSITIVE = [] include Aws::Structure end |