Class: Aws::Types::ListPromptRoutersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPromptRoutersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#type ⇒ "custom", "default"
Returns the value of attribute type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2871 2872 2873 |
# File 'sig/types.rbs', line 2871 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2872 2873 2874 |
# File 'sig/types.rbs', line 2872 def next_token @next_token end |
#type ⇒ "custom", "default"
Returns the value of attribute type.
2873 2874 2875 |
# File 'sig/types.rbs', line 2873 def type @type end |