Class: Aws::CustomerProfiles::Types::EventTriggerDimension

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

Overview

A specific event dimension to be assessed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_attributesArray<Types::ObjectAttribute>

A list of object attributes to be evaluated.

Returns:



2950
2951
2952
2953
2954
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2950

class EventTriggerDimension < Struct.new(
  :object_attributes)
  SENSITIVE = []
  include Aws::Structure
end