class Aws::CloudDirectory::Types::AttachToIndexRequest

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

data as a hash:

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

@!attribute [rw] directory_arn

The Amazon Resource Name (ARN) of the directory where the object and
index exist.
@return [String]

@!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/AttachToIndexRequest AWS API Documentation

Constants

SENSITIVE