Class: Aws::BedrockAgent::Types::AssociateAgentKnowledgeBaseResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::AssociateAgentKnowledgeBaseResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_knowledge_base  ⇒ Types::AgentKnowledgeBase 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about the knowledge base that has been associated with the agent.
 
Instance Attribute Details
#agent_knowledge_base ⇒ Types::AgentKnowledgeBase
Contains details about the knowledge base that has been associated with the agent.
      948 949 950 951 952  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 948 class AssociateAgentKnowledgeBaseResponse < Struct.new( :agent_knowledge_base) SENSITIVE = [] include Aws::Structure end  |