Class: Aws::BedrockAgent::Types::GetKnowledgeBaseResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_baseTypes::KnowledgeBase

Contains details about the knowledge base.



2075
2076
2077
2078
2079
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2075

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