Class: Aws::Types::ListBackupVaultsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListBackupVaultsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_list ⇒ ::Array[Types::BackupVaultListMember]
Returns the value of attribute backup_vault_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#backup_vault_list ⇒ ::Array[Types::BackupVaultListMember]
Returns the value of attribute backup_vault_list.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def backup_vault_list @backup_vault_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def next_token @next_token end |