class Aws::CloudDirectory::Types::BatchAttachToIndex

Attaches the specified object to the specified index inside a BatchRead operation. For more information, see AttachToIndex and BatchReadRequest$Operations.

@note When making an API call, you may pass BatchAttachToIndex

data as a hash:

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

@!attribute [rw] index_reference

A reference to the index that you are attaching the object to.
@return [Types::ObjectReference]

@!attribute [rw] target_reference

A reference to the object that you are attaching to the index.
@return [Types::ObjectReference]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/BatchAttachToIndex AWS API Documentation

Constants

SENSITIVE