Class: Aws::BedrockAgent::Types::GetKnowledgeBaseRequest

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_base_idString

The unique identifier of the knowledge base for which to get information.

Returns:

  • (String)


2136
2137
2138
2139
2140
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2136

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