Class: Aws::CustomerProfiles::Types::EventTriggerDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::EventTriggerDimension
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
A specific event dimension to be assessed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_attributes ⇒ Array<Types::ObjectAttribute>
A list of object attributes to be evaluated.
Instance Attribute Details
#object_attributes ⇒ Array<Types::ObjectAttribute>
A list of object attributes to be evaluated.
2254 2255 2256 2257 2258 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2254 class EventTriggerDimension < Struct.new( :object_attributes) SENSITIVE = [] include Aws::Structure end |