Class: Aws::CustomerProfiles::Types::AttributeItem

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

Overview

The details of a single attribute item specified in the mathematical expression.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of an attribute defined in a profile object type.

Returns:

  • (String)


326
327
328
329
330
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 326

class AttributeItem < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end