Class: Aws::CustomerProfiles::Types::AttributeDetails

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

Overview

Mathematical expression and a list of attribute items specified in that expression.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::AttributeItem>

A list of attribute items specified in the mathematical expression.

Returns:



310
311
312
313
314
315
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 310

class AttributeDetails < Struct.new(
  :attributes,
  :expression)
  SENSITIVE = []
  include Aws::Structure
end

#expressionString

Mathematical expression that is performed on attribute items provided in the attribute list. Each element in the expression should follow the structure of \"{ObjectTypeName.AttributeName\}\".

Returns:

  • (String)


310
311
312
313
314
315
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 310

class AttributeDetails < Struct.new(
  :attributes,
  :expression)
  SENSITIVE = []
  include Aws::Structure
end