Class: Aws::BedrockAgent::Types::GetKnowledgeBaseDocumentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GetKnowledgeBaseDocumentsResponse
- 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 retrieved.
Instance Attribute Details
#document_details ⇒ Array<Types::KnowledgeBaseDocumentDetail>
A list of objects, each of which contains information about the documents that were retrieved.
5547 5548 5549 5550 5551 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5547 class GetKnowledgeBaseDocumentsResponse < Struct.new( :document_details) SENSITIVE = [] include Aws::Structure end |