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

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

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