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

Class: Aws::CloudDirectory::Types::BatchDetachFromIndex

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

Overview

Note:

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

{
  index_reference: { # required
    selector: "SelectorObjectReference",
  },
  target_reference: { # required
    selector: "SelectorObjectReference",
  },
}

Detaches the specified object from the specified index inside a BatchRead operation. For more information, see DetachFromIndex and BatchReadRequest$Operations.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#index_referenceTypes::ObjectReference

A reference to the index object.

Returns:

#target_referenceTypes::ObjectReference

A reference to the object being detached from the index.

Returns: