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

Class: Aws::CloudDirectory::Types::BatchDetachObject

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

Overview

Note:

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

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

Represents the output of a DetachObject operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#batch_reference_nameString

The batch reference name. See Transaction Support for more information.

Returns:

  • (String)

    The batch reference name.

The name of the link.

Returns:

  • (String)

    The name of the link.

#parent_referenceTypes::ObjectReference

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

Returns:

  • (Types::ObjectReference)

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