Class: Aws::CloudDirectory::Types::BatchUpdateObjectAttributesResponse

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

Overview

Represents the output of a BatchUpdate response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_identifierString

ID that is associated with the object.

Returns:

  • (String)


1800
1801
1802
1803
1804
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1800

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