Class: Aws::Types::ListRecipesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRecipesRequest
- 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.
-
#recipe_version ⇒ ::String
Returns the value of attribute recipe_version.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
657 658 659 |
# File 'sig/types.rbs', line 657 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
658 659 660 |
# File 'sig/types.rbs', line 658 def next_token @next_token end |
#recipe_version ⇒ ::String
Returns the value of attribute recipe_version.
659 660 661 |
# File 'sig/types.rbs', line 659 def recipe_version @recipe_version end |