Class: Aws::QBusiness::Types::BatchDeleteDocumentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::BatchDeleteDocumentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business application.
-
#data_source_sync_id ⇒ String
The identifier of the data source sync during which the documents were deleted.
-
#documents ⇒ Array<Types::DeleteDocument>
Documents deleted from the Amazon Q Business index.
-
#index_id ⇒ String
The identifier of the Amazon Q Business index that contains the documents to delete.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application.
949 950 951 952 953 954 955 956 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 949 class BatchDeleteDocumentRequest < Struct.new( :application_id, :index_id, :documents, :data_source_sync_id) SENSITIVE = [] include Aws::Structure end |
#data_source_sync_id ⇒ String
The identifier of the data source sync during which the documents were deleted.
949 950 951 952 953 954 955 956 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 949 class BatchDeleteDocumentRequest < Struct.new( :application_id, :index_id, :documents, :data_source_sync_id) SENSITIVE = [] include Aws::Structure end |
#documents ⇒ Array<Types::DeleteDocument>
Documents deleted from the Amazon Q Business index.
949 950 951 952 953 954 955 956 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 949 class BatchDeleteDocumentRequest < Struct.new( :application_id, :index_id, :documents, :data_source_sync_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the Amazon Q Business index that contains the documents to delete.
949 950 951 952 953 954 955 956 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 949 class BatchDeleteDocumentRequest < Struct.new( :application_id, :index_id, :documents, :data_source_sync_id) SENSITIVE = [] include Aws::Structure end |