Class: Aws::Bedrock::Types::ListPromptRoutersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListPromptRoutersRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of prompt routers to return in one page of results.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
-
#type ⇒ String
The type of the prompt routers, such as whether it's default or custom.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of prompt routers to return in one page of results.
6419 6420 6421 6422 6423 6424 6425 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6419 class ListPromptRoutersRequest < Struct.new( :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
6419 6420 6421 6422 6423 6424 6425 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6419 class ListPromptRoutersRequest < Struct.new( :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the prompt routers, such as whether it's default or custom.
6419 6420 6421 6422 6423 6424 6425 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6419 class ListPromptRoutersRequest < Struct.new( :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |