clouddirectory_detach_object: Detaches a given object from the parent object

View source: R/clouddirectory_operations.R

clouddirectory_detach_objectR 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.

See https://www.paws-r-sdk.com/docs/clouddirectory_detach_object/ for full documentation.

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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.