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 the information of a knowledge base.
 
Instance Attribute Details
#knowledge_base ⇒ Types::KnowledgeBase
Contains the information of a knowledge base.
      1724 1725 1726 1727 1728  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1724 class GetKnowledgeBaseResponse < Struct.new( :knowledge_base) SENSITIVE = [] include Aws::Structure end  |