Class: Aws::CustomerProfiles::Types::AttributeDimension

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Object that segments on various Customer Profile's fields.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_typeString

The action to segment with.

Returns:

  • (String)


368
369
370
371
372
373
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 368

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

#valuesArray<String>

The values to apply the DimensionType on.

Returns:

  • (Array<String>)


368
369
370
371
372
373
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 368

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