class Aws::CloudDirectory::Types::DetachObjectRequest

@note When making an API call, you may pass DetachObjectRequest

data as a hash:

    {
      directory_arn: "Arn", # required
      parent_reference: { # required
        selector: "SelectorObjectReference",
      },
      link_name: "LinkName", # required
    }

@!attribute [rw] directory_arn

The Amazon Resource Name (ARN) that is associated with the Directory
where objects reside. For more information, see arns.
@return [String]

@!attribute [rw] parent_reference

The parent reference from which the object with the specified link
name is detached.
@return [Types::ObjectReference]

@!attribute [rw] link_name

The link name associated with the object that needs to be detached.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/DetachObjectRequest AWS API Documentation

Constants

SENSITIVE