Class: Aws::BedrockAgent::Types::UpdateAgentKnowledgeBaseResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::UpdateAgentKnowledgeBaseResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Update Agent Knowledge Base Response
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_knowledge_base  ⇒ Types::AgentKnowledgeBase 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the information of an Agent Knowledge Base.
 
Instance Attribute Details
#agent_knowledge_base ⇒ Types::AgentKnowledgeBase
Contains the information of an Agent Knowledge Base.
      3144 3145 3146 3147 3148  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3144 class UpdateAgentKnowledgeBaseResponse < Struct.new( :agent_knowledge_base) SENSITIVE = [] include Aws::Structure end  |