Class: Aws::Types::ListRunCachesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRunCachesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def max_results @max_results end |
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def starting_token @starting_token end |