You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudDirectory::Types::BatchDetachObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchDetachObject
- Defined in:
- (unknown)
Overview
Note:
When passing BatchDetachObject as input to an Aws::Client method, you can use a vanilla Hash:
{
parent_reference: { # required
selector: "SelectorObjectReference",
},
link_name: "LinkName", # required
batch_reference_name: "BatchReferenceName",
}
Represents the output of a DetachObject operation.
Returned by:
Instance Attribute Summary collapse
-
#batch_reference_name ⇒ String
The batch reference name.
-
#link_name ⇒ String
The name of the link.
-
#parent_reference ⇒ Types::ObjectReference
Parent reference from which the object with the specified link name is detached.
Instance Attribute Details
#batch_reference_name ⇒ String
The batch reference name. See Transaction Support for more information.
#link_name ⇒ String
The name of the link.
#parent_reference ⇒ Types::ObjectReference
Parent reference from which the object with the specified link name is detached.