class Aws::CloudDirectory::Types::AttachObjectRequest

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

data as a hash:

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

@!attribute [rw] directory_arn

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

@!attribute [rw] parent_reference

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

@!attribute [rw] child_reference

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

@!attribute [rw] link_name

The link name with which the child object is attached to the parent.
@return [String]

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

Constants

SENSITIVE