Class: Aws::CustomerProfiles::Types::AttributeItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::AttributeItem
- 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
-
#name ⇒ String
The name of an attribute defined in a profile object type.
Instance Attribute Details
#name ⇒ String
The name of an attribute defined in a profile object type.
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 |