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.
4009 4010 4011 4012 4013 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4009 class GetKnowledgeBaseResponse < Struct.new( :knowledge_base) SENSITIVE = [] include Aws::Structure end |