Class: Aws::CustomerProfiles::Types::ProfileDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ProfileDimension
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Object to hold the dimensions of a profile’s fields to segment on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimension_type ⇒ String
The action to segment on.
-
#values ⇒ Array<String>
The values to apply the DimensionType on.
Instance Attribute Details
#dimension_type ⇒ String
The action to segment on.
7999 8000 8001 8002 8003 8004 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7999 class ProfileDimension < Struct.new( :dimension_type, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values to apply the DimensionType on.
7999 8000 8001 8002 8003 8004 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7999 class ProfileDimension < Struct.new( :dimension_type, :values) SENSITIVE = [] include Aws::Structure end |