Class: Aws::CustomerProfiles::Types::EventTriggerCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::EventTriggerCondition
- 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
-
#event_trigger_dimensions ⇒ Array<Types::EventTriggerDimension>
A list of dimensions to be evaluated for the event.
-
#logical_operator ⇒ String
The operator used to combine multiple dimensions.
Instance Attribute Details
#event_trigger_dimensions ⇒ Array<Types::EventTriggerDimension>
A list of dimensions to be evaluated for the event.
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_operator ⇒ String
The operator used to combine multiple dimensions.
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 |