Class: Aws::Pinpoint::Types::EventCondition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Specifies the conditions to evaluate for an event that applies to an activity in a journey.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsTypes::EventDimensions

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



5244
5245
5246
5247
5248
5249
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5244

class EventCondition < Struct.new(
  :dimensions,
  :message_activity)
  SENSITIVE = []
  include Aws::Structure
end

#message_activityString

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

Returns:

  • (String)


5244
5245
5246
5247
5248
5249
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5244

class EventCondition < Struct.new(
  :dimensions,
  :message_activity)
  SENSITIVE = []
  include Aws::Structure
end