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

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

Overview

Update Agent Knowledge Base Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_knowledge_baseTypes::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