Class: Aws::Bedrock::Types::ListPromptRoutersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Specify the pagination token from a previous request to retrieve the next page of results.

Returns:

  • (String)


11342
11343
11344
11345
11346
11347
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 11342

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

#prompt_router_summariesArray<Types::PromptRouterSummary>

A list of prompt router summaries.

Returns:



11342
11343
11344
11345
11346
11347
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 11342

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