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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-clouddirectory/types.rb', line 5357

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