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
show all
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

Instance Attribute Details

#dimensionsTypes::EventDimensions

The dimensions for the event filter to use for the activity.

Returns:

#message_activityString

The message identifier (message_id) for the message to use when determining whether message events meet the condition.

Returns:

  • (String)

    The message identifier (message_id) for the message to use when determining whether message events meet the condition.