Class: Aws::QBusiness::Types::BatchDeleteDocumentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The identifier of the Amazon Q Business application.

Returns:

  • (String)


714
715
716
717
718
719
720
721
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 714

class BatchDeleteDocumentRequest < Struct.new(
  :application_id,
  :index_id,
  :documents,
  :data_source_sync_id)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_sync_idString

The identifier of the data source sync during which the documents were deleted.

Returns:

  • (String)


714
715
716
717
718
719
720
721
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 714

class BatchDeleteDocumentRequest < Struct.new(
  :application_id,
  :index_id,
  :documents,
  :data_source_sync_id)
  SENSITIVE = []
  include Aws::Structure
end

#documentsArray<Types::DeleteDocument>

Documents deleted from the Amazon Q Business index.

Returns:



714
715
716
717
718
719
720
721
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 714

class BatchDeleteDocumentRequest < Struct.new(
  :application_id,
  :index_id,
  :documents,
  :data_source_sync_id)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the Amazon Q Business index that contains the documents to delete.

Returns:

  • (String)


714
715
716
717
718
719
720
721
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 714

class BatchDeleteDocumentRequest < Struct.new(
  :application_id,
  :index_id,
  :documents,
  :data_source_sync_id)
  SENSITIVE = []
  include Aws::Structure
end