Class: Aws::CustomerProfiles::Types::CalculatedAttributeDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CalculatedAttributeDimension
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Object that segments on Customer Profile's Calculated Attributes.
Constant Summary collapse
- SENSITIVE =
[:condition_overrides]
Instance Attribute Summary collapse
-
#condition_overrides ⇒ Types::ConditionOverrides
Applies the given condition over the initial Calculated Attribute's definition.
-
#dimension_type ⇒ String
The action to segment with.
-
#values ⇒ Array<String>
The values to apply the DimensionType with.
Instance Attribute Details
#condition_overrides ⇒ Types::ConditionOverrides
Applies the given condition over the initial Calculated Attribute's definition.
719 720 721 722 723 724 725 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 719 class CalculatedAttributeDimension < Struct.new( :dimension_type, :values, :condition_overrides) SENSITIVE = [:condition_overrides] include Aws::Structure end |
#dimension_type ⇒ String
The action to segment with.
719 720 721 722 723 724 725 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 719 class CalculatedAttributeDimension < Struct.new( :dimension_type, :values, :condition_overrides) SENSITIVE = [:condition_overrides] include Aws::Structure end |
#values ⇒ Array<String>
The values to apply the DimensionType with.
719 720 721 722 723 724 725 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 719 class CalculatedAttributeDimension < Struct.new( :dimension_type, :values, :condition_overrides) SENSITIVE = [:condition_overrides] include Aws::Structure end |