Class: Aws::CustomerProfiles::Types::ProfileDimension

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

Overview

Object to hold the dimensions of a profile’s fields to segment on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_typeString

The action to segment on.



7519
7520
7521
7522
7523
7524
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7519

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

#valuesArray<String>

The values to apply the DimensionType on.



7519
7520
7521
7522
7523
7524
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7519

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