Class: Aws::Kendra::Types::BatchDeleteDocumentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::BatchDeleteDocumentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_sync_job_metric_target ⇒ Types::DataSourceSyncJobMetricTarget
Maps a particular data source sync job to a particular data source.
-
#document_id_list ⇒ Array<String>
One or more identifiers for documents to delete from the index.
-
#index_id ⇒ String
The identifier of the index that contains the documents to delete.
Instance Attribute Details
#data_source_sync_job_metric_target ⇒ Types::DataSourceSyncJobMetricTarget
Maps a particular data source sync job to a particular data source.
671 672 673 674 675 676 677 |
# File 'lib/aws-sdk-kendra/types.rb', line 671 class BatchDeleteDocumentRequest < Struct.new( :index_id, :document_id_list, :data_source_sync_job_metric_target) SENSITIVE = [] include Aws::Structure end |
#document_id_list ⇒ Array<String>
One or more identifiers for documents to delete from the index.
671 672 673 674 675 676 677 |
# File 'lib/aws-sdk-kendra/types.rb', line 671 class BatchDeleteDocumentRequest < Struct.new( :index_id, :document_id_list, :data_source_sync_job_metric_target) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index that contains the documents to delete.
671 672 673 674 675 676 677 |
# File 'lib/aws-sdk-kendra/types.rb', line 671 class BatchDeleteDocumentRequest < Struct.new( :index_id, :document_id_list, :data_source_sync_job_metric_target) SENSITIVE = [] include Aws::Structure end |