Class: Aws::CloudDirectory::Types::BatchDetachObjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchDetachObjectResponse
- 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
-
#detached_object_identifier ⇒ String
The ‘ObjectIdentifier` of the detached object.
Instance Attribute Details
#detached_object_identifier ⇒ String
The ‘ObjectIdentifier` of the detached object.
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 |