paws.security.identity (version 0.1.0)

clouddirectory_detach_object: 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.

Request syntax

svc$detach_object(
  DirectoryArn = "string",
  ParentReference = list(
    Selector = "string"
  ),
  LinkName = "string"
)