Class: Aws::BedrockAgent::Types::GetKnowledgeBaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GetKnowledgeBaseResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base ⇒ Types::KnowledgeBase
Contains details about the knowledge base.
Instance Attribute Details
#knowledge_base ⇒ Types::KnowledgeBase
Contains details about the knowledge base.
2060 2061 2062 2063 2064 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2060 class GetKnowledgeBaseResponse < Struct.new( :knowledge_base) SENSITIVE = [] include Aws::Structure end |