Class: Aws::CustomerProfiles::Types::ListObjectTypeAttributeItem

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

Overview

Item that contains the attribute and when it was last updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

Name of the attribute.

Returns:

  • (String)


5283
5284
5285
5286
5287
5288
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5283

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

#last_updated_atTime

When the attribute was last updated.

Returns:

  • (Time)


5283
5284
5285
5286
5287
5288
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5283

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