Class: Aws::CustomerProfiles::Types::EventTriggerCondition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Specifies the circumstances under which the event should trigger the destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_trigger_dimensionsArray<Types::EventTriggerDimension>

A list of dimensions to be evaluated for the event.

Returns:



2239
2240
2241
2242
2243
2244
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2239

class EventTriggerCondition < Struct.new(
  :event_trigger_dimensions,
  :logical_operator)
  SENSITIVE = []
  include Aws::Structure
end

#logical_operatorString

The operator used to combine multiple dimensions.

Returns:

  • (String)


2239
2240
2241
2242
2243
2244
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2239

class EventTriggerCondition < Struct.new(
  :event_trigger_dimensions,
  :logical_operator)
  SENSITIVE = []
  include Aws::Structure
end