Class: Aws::CustomerProfiles::Types::DateDimension

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#dimension_typeString

The action to segment with.

Returns:

  • (String)


1688
1689
1690
1691
1692
1693
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1688

class DateDimension < Struct.new(
  :dimension_type,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The values to apply the DimensionType on.

Returns:

  • (Array<String>)


1688
1689
1690
1691
1692
1693
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1688

class DateDimension < Struct.new(
  :dimension_type,
  :values)
  SENSITIVE = []
  include Aws::Structure
end