Class: Aws::CloudDirectory::Types::DetachObjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DetachObjectResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detached_object_identifier ⇒ String
The
ObjectIdentifier
that was detached from the object.
Instance Attribute Details
#detached_object_identifier ⇒ String
The ObjectIdentifier
that was detached from the object.
2507 2508 2509 2510 2511 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2507 class DetachObjectResponse < Struct.new( :detached_object_identifier) SENSITIVE = [] include Aws::Structure end |