Class: Aws::Bedrock::Types::ListPromptRoutersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListPromptRoutersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
-
#prompt_router_summaries ⇒ Array<Types::PromptRouterSummary>
A list of prompt router summaries.
Instance Attribute Details
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
10183 10184 10185 10186 10187 10188 |
# File 'lib/aws-sdk-bedrock/types.rb', line 10183 class ListPromptRoutersResponse < Struct.new( :prompt_router_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#prompt_router_summaries ⇒ Array<Types::PromptRouterSummary>
A list of prompt router summaries.
10183 10184 10185 10186 10187 10188 |
# File 'lib/aws-sdk-bedrock/types.rb', line 10183 class ListPromptRoutersResponse < Struct.new( :prompt_router_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |