Class: Aws::Types::ListBackupPlansInput
- Inherits:
-
Object
- Object
- Aws::Types::ListBackupPlansInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_deleted ⇒ Boolean
Returns the value of attribute include_deleted.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#include_deleted ⇒ Boolean
Returns the value of attribute include_deleted.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def include_deleted @include_deleted end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def next_token @next_token end |