class Aws::CloudDirectory::Types::BatchDetachObject

Represents the output of a DetachObject operation.

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

data as a hash:

    {
      parent_reference: { # required
        selector: "SelectorObjectReference",
      },
      link_name: "LinkName", # required
      batch_reference_name: "BatchReferenceName",
    }

@!attribute [rw] parent_reference

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

@!attribute [rw] link_name

The name of the link.
@return [String]

@!attribute [rw] batch_reference_name

The batch reference name. See [Transaction Support][1] for more
information.

[1]: https://docs.aws.amazon.com/clouddirectory/latest/developerguide/transaction_support.html
@return [String]

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

Constants

SENSITIVE