Class: Aws::CustomerProfiles::Types::AttributeValueItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#value ⇒ String

An individual value belonging to the given attribute.

Returns:

  • (String)


558
559
560
561
562
# File 'lib/aws-sdk-customerprofiles/types.rb', line 558

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