Class: Aws::Types::ListRestoreAccessBackupVaultsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListRestoreAccessBackupVaultsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def backup_vault_name @backup_vault_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def next_token @next_token end |