Class: Aws::BedrockAgent::Types::DeleteKnowledgeBaseDocumentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteKnowledgeBaseDocumentsResponse
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_details ⇒ Array<Types::KnowledgeBaseDocumentDetail>
A list of objects, each of which contains information about the documents that were deleted.
Instance Attribute Details
#document_details ⇒ Array<Types::KnowledgeBaseDocumentDetail>
A list of objects, each of which contains information about the documents that were deleted.
3332 3333 3334 3335 3336 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3332 class DeleteKnowledgeBaseDocumentsResponse < Struct.new( :document_details) SENSITIVE = [] include Aws::Structure end |