Class: Aws::Types::ListBackupVaultsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListBackupVaultsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#by_shared ⇒ Boolean
Returns the value of attribute by_shared.
-
#by_vault_type ⇒ "BACKUP_VAULT", ...
Returns the value of attribute by_vault_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#by_shared ⇒ Boolean
Returns the value of attribute by_shared.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def by_shared @by_shared end |
#by_vault_type ⇒ "BACKUP_VAULT", ...
Returns the value of attribute by_vault_type.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def by_vault_type @by_vault_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def next_token @next_token end |