Class: Aws::CustomerProfiles::Types::ExtraLengthValueProfileDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ExtraLengthValueProfileDimension
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Object that segments on various Customer profile’s fields that are larger than normal.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimension_type ⇒ String
The action to segment with.
-
#values ⇒ Array<String>
The values to apply the DimensionType on.
Instance Attribute Details
#dimension_type ⇒ String
The action to segment with.
2375 2376 2377 2378 2379 2380 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2375 class ExtraLengthValueProfileDimension < Struct.new( :dimension_type, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values to apply the DimensionType on.
2375 2376 2377 2378 2379 2380 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2375 class ExtraLengthValueProfileDimension < Struct.new( :dimension_type, :values) SENSITIVE = [] include Aws::Structure end |