Class: Aws::CustomerProfiles::Types::ExtraLengthValueProfileDimension

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dimension_typeString

The action to segment with.

Returns:

  • (String)


3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3480

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

#valuesArray<String>

The values to apply the DimensionType on. To reference a calculated attribute or profile attribute as a dynamic value, use handlebar notation: {{_profile.ProfileAttributeName}} or {{_calculated_attribute.CalculatedAttributeName}}.

Returns:

  • (Array<String>)


3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3480

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