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

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

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