Class: Aws::BedrockAgent::Types::UpdateAgentKnowledgeBaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateAgentKnowledgeBaseResponse
- Defined in:
- gems/aws-sdk-bedrockagent/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 an agent.
Instance Attribute Details
#agent_knowledge_base ⇒ Types::AgentKnowledgeBase
Contains details about the knowledge base that has been associated with an agent.
9851 9852 9853 9854 9855 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9851 class UpdateAgentKnowledgeBaseResponse < Struct.new( :agent_knowledge_base) SENSITIVE = [] include Aws::Structure end |