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

#valueString

An individual value belonging to the given attribute.

Returns:

  • (String)


482
483
484
485
486
# File 'lib/aws-sdk-customerprofiles/types.rb', line 482

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