Class: Aws::CloudDirectory::Types::UpdateObjectAttributesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_identifierString

The ObjectIdentifier of the updated object.

Returns:

  • (String)


5357
5358
5359
5360
5361
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5357

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