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.
2075 2076 2077 2078 2079 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2075 class GetKnowledgeBaseResponse < Struct.new( :knowledge_base) SENSITIVE = [] include Aws::Structure end |