Class: Aws::CustomerProfiles::Types::FilterDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::FilterDimension
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Contains the map of attribute names to attribute dimensions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,Types::FilterAttributeDimension>
Is the attribute within the FilterDimension map.
Instance Attribute Details
#attributes ⇒ Hash<String,Types::FilterAttributeDimension>
Is the attribute within the FilterDimension map
2771 2772 2773 2774 2775 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2771 class FilterDimension < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |