Class: Aws::CloudDirectory::Types::DetachObjectResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detached_object_identifierString

The ‘ObjectIdentifier` that was detached from the object.

Returns:

  • (String)


2507
2508
2509
2510
2511
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2507

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