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

Class: Aws::CloudDirectory::Types::DetachObjectRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#directory_arnString

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

Returns:

  • (String)

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

The link name associated with the object that needs to be detached.

Returns:

  • (String)

    The link name associated with the object that needs to be detached.

#parent_referenceTypes::ObjectReference

The parent reference from which the object with the specified link name is detached.

Returns:

  • (Types::ObjectReference)

    The parent reference from which the object with the specified link name is detached.