Detach Object
| clouddirectory_detach_object | R Documentation | 
Detaches a given object from the parent object¶
Description¶
Detaches a given object from the parent object. The object that is to be detached from the parent is specified by the link name.
Usage¶
clouddirectory_detach_object(DirectoryArn, ParentReference, LinkName)
Arguments¶
| DirectoryArn | [required] The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns. | 
| ParentReference | [required] The parent reference from which the object with the specified link name is detached. | 
| LinkName | [required] The link name associated with the object that needs to be detached. | 
Value¶
A list with the following syntax:
list(
  DetachedObjectIdentifier = "string"
)
Request syntax¶
svc$detach_object(
  DirectoryArn = "string",
  ParentReference = list(
    Selector = "string"
  ),
  LinkName = "string"
)