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

Class: Aws::CloudDirectory::Types::BatchAttachToIndex

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

Overview

Note:

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

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#index_referenceTypes::ObjectReference

A reference to the index that you are attaching the object to.

Returns:

#target_referenceTypes::ObjectReference

A reference to the object that you are attaching to the index.

Returns: