Class: Aws::CustomerProfiles::Types::DateDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DateDimension
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Object that segments on various Customer Profile's date fields.
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.
1581 1582 1583 1584 1585 1586 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1581 class DateDimension < Struct.new( :dimension_type, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values to apply the DimensionType on.
1581 1582 1583 1584 1585 1586 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1581 class DateDimension < Struct.new( :dimension_type, :values) SENSITIVE = [] include Aws::Structure end |