Class: Aws::BedrockAgent::Types::ListKnowledgeBasesResponse

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_summariesArray<Types::KnowledgeBaseSummary>

A list of knowledge bases with information about each knowledge base.

Returns:



7065
7066
7067
7068
7069
7070
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7065

class ListKnowledgeBasesResponse < Struct.new(
  :knowledge_base_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the total number of results is greater than the ‘maxResults` value provided in the request, use this token when making another request in the `nextToken` field to return the next batch of results.

Returns:

  • (String)


7065
7066
7067
7068
7069
7070
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7065

class ListKnowledgeBasesResponse < Struct.new(
  :knowledge_base_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end