Class: Aws::CustomerProfiles::Types::ListObjectTypeAttributeValuesItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Represents an item in the list of object type attribute values with its associated metadata.

Constant Summary collapse

SENSITIVE =
[:value]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_atTime

The timestamp of when the object type attribute value was most recently updated.

Returns:

  • (Time)


6101
6102
6103
6104
6105
6106
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6101

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

#valueString

The actual value of the object type attribute.

Returns:

  • (String)


6101
6102
6103
6104
6105
6106
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6101

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