Class: Aws::Types::ListPromptsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPromptsRequest
- 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.
-
#prompt_identifier ⇒ ::String
Returns the value of attribute prompt_identifier.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def next_token @next_token end |
#prompt_identifier ⇒ ::String
Returns the value of attribute prompt_identifier.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def prompt_identifier @prompt_identifier end |