You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::EventCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::EventCondition
- Defined in:
- (unknown)
Overview
Note:
When passing EventCondition as input to an Aws::Client method, you can use a vanilla Hash:
{
dimensions: {
attributes: {
"__string" => {
attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
values: ["__string"], # required
},
},
event_type: {
dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
values: ["__string"], # required
},
metrics: {
"__string" => {
comparison_operator: "__string", # required
value: 1.0, # required
},
},
},
message_activity: "__string",
}
Specifies the conditions to evaluate for an event that applies to an activity in a journey.
Returned by:
Instance Attribute Summary collapse
-
#dimensions ⇒ Types::EventDimensions
The dimensions for the event filter to use for the activity.
-
#message_activity ⇒ String
The message identifier (message_id) for the message to use when determining whether message events meet the condition.
Instance Attribute Details
#dimensions ⇒ Types::EventDimensions
The dimensions for the event filter to use for the activity.
#message_activity ⇒ String
The message identifier (message_id) for the message to use when determining whether message events meet the condition.