You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudDirectory::Types::BatchAttachObject

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BatchAttachObject as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the output of an AttachObject operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#child_referenceTypes::ObjectReference

The child object reference that is to be attached to the object.

Returns:

The name of the link.

Returns:

  • (String)

    The name of the link.

#parent_referenceTypes::ObjectReference

The parent object reference.

Returns: