Class: Aws::CustomerProfiles::Types::ProfileTypeDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ProfileTypeDimension
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Object to hold the dimension of a profile type field to segment on.
Constant Summary collapse
- SENSITIVE =
[:values]
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.
6755 6756 6757 6758 6759 6760 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6755 class ProfileTypeDimension < Struct.new( :dimension_type, :values) SENSITIVE = [:values] include Aws::Structure end |
#values ⇒ Array<String>
The values to apply the DimensionType on.
6755 6756 6757 6758 6759 6760 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6755 class ProfileTypeDimension < Struct.new( :dimension_type, :values) SENSITIVE = [:values] include Aws::Structure end |