Class: Aws::CustomerProfiles::Types::AttributeItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::AttributeItem
- Includes:
- Structure
- Defined in:
- 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.
384 385 386 387 388 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 384 class AttributeItem < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |