Class: Aws::BedrockAgent::Types::UpdateAgentKnowledgeBaseResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_knowledge_baseTypes::AgentKnowledgeBase

Contains details about the knowledge base that has been associated with an agent.



7231
7232
7233
7234
7235
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7231

class UpdateAgentKnowledgeBaseResponse < Struct.new(
  :agent_knowledge_base)
  SENSITIVE = []
  include Aws::Structure
end