Class: Aws::CloudDirectory::Types::BatchAttachObjectResponse

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

Overview

Represents the output batch AttachObject response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attached_object_identifierString

The ObjectIdentifier of the object that has been attached.

Returns:

  • (String)


376
377
378
379
380
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 376

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