class Aws::Kendra::Types::BatchGetDocumentStatusRequest

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

data as a hash:

    {
      index_id: "IndexId", # required
      document_info_list: [ # required
        {
          document_id: "DocumentId", # required
          attributes: [
            {
              key: "DocumentAttributeKey", # required
              value: { # required
                string_value: "DocumentAttributeStringValue",
                string_list_value: ["String"],
                long_value: 1,
                date_value: Time.now,
              },
            },
          ],
        },
      ],
    }

@!attribute [rw] index_id

The identifier of the index to add documents to. The index ID is
returned by the [ CreateIndex ][1] operation.

[1]: https://docs.aws.amazon.com/kendra/latest/dg/API_CreateIndex.html
@return [String]

@!attribute [rw] document_info_list

A list of `DocumentInfo` objects that identify the documents for
which to get the status. You identify the documents by their
document ID and optional attributes.
@return [Array<Types::DocumentInfo>]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/BatchGetDocumentStatusRequest AWS API Documentation

Constants

SENSITIVE