Class: Aws::CustomerProfiles::Types::FilterDimension

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

Overview

Contains the map of attribute names to attribute dimensions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,Types::FilterAttributeDimension>

Is the attribute within the FilterDimension map

Returns:



2842
2843
2844
2845
2846
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2842

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