Class: Aws::Kendra::Types::BatchGetDocumentStatusRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#document_info_listArray<Types::DocumentInfo>

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.

Returns:



808
809
810
811
812
813
# File 'lib/aws-sdk-kendra/types.rb', line 808

class BatchGetDocumentStatusRequest < Struct.new(
  :index_id,
  :document_info_list)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

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

[1]: docs.aws.amazon.com/kendra/latest/dg/API_CreateIndex.html

Returns:

  • (String)


808
809
810
811
812
813
# File 'lib/aws-sdk-kendra/types.rb', line 808

class BatchGetDocumentStatusRequest < Struct.new(
  :index_id,
  :document_info_list)
  SENSITIVE = []
  include Aws::Structure
end