Class: Aws::CustomerProfiles::Types::AttributeValueItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::AttributeValueItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
List containing the values for the given attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ String
An individual value belonging to the given attribute.
Instance Attribute Details
#value ⇒ String
An individual value belonging to the given attribute.
482 483 484 485 486 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 482 class AttributeValueItem < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |