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

Class: Aws::CloudDirectory::Types::AttachObjectRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#child_referenceTypes::ObjectReference

The child object reference to be attached to the object.

Returns:

#directory_arnString

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

Returns:

  • (String)

    Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.

The link name with which the child object is attached to the parent.

Returns:

  • (String)

    The link name with which the child object is attached to the parent.

#parent_referenceTypes::ObjectReference

The parent object reference.

Returns: