class Aws::CloudDirectory::Types::BatchAttachObject

Represents the output of an AttachObject operation.

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

data as a hash:

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

@!attribute [rw] parent_reference

The parent object reference.
@return [Types::ObjectReference]

@!attribute [rw] child_reference

The child object reference that is to be attached to the object.
@return [Types::ObjectReference]

@!attribute [rw] link_name

The name of the link.
@return [String]

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

Constants

SENSITIVE