Class: Aws::Bedrock::Types::ListPromptRoutersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of prompt routers to return in one page of results.

Returns:

  • (Integer)


6148
6149
6150
6151
6152
6153
6154
# File 'lib/aws-sdk-bedrock/types.rb', line 6148

class ListPromptRoutersRequest < Struct.new(
  :max_results,
  :next_token,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


6148
6149
6150
6151
6152
6153
6154
# File 'lib/aws-sdk-bedrock/types.rb', line 6148

class ListPromptRoutersRequest < Struct.new(
  :max_results,
  :next_token,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the prompt routers, such as whether it’s default or custom.

Returns:

  • (String)


6148
6149
6150
6151
6152
6153
6154
# File 'lib/aws-sdk-bedrock/types.rb', line 6148

class ListPromptRoutersRequest < Struct.new(
  :max_results,
  :next_token,
  :type)
  SENSITIVE = []
  include Aws::Structure
end