Class: Aws::BedrockAgent::Types::DeleteKnowledgeBaseDocumentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#document_detailsArray<Types::KnowledgeBaseDocumentDetail>

A list of objects, each of which contains information about the documents that were deleted.



3506
3507
3508
3509
3510
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3506

class DeleteKnowledgeBaseDocumentsResponse < Struct.new(
  :document_details)
  SENSITIVE = []
  include Aws::Structure
end