Class: Aws::CloudDirectory::Types::BatchDetachObjectResponse

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

Overview

Represents the output of a DetachObject response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detached_object_identifierString

The ‘ObjectIdentifier` of the detached object.

Returns:

  • (String)


697
698
699
700
701
# File 'lib/aws-sdk-clouddirectory/types.rb', line 697

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