Class: Aws::Types::DescribeBackupVaultInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBackupVaultInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_account_id ⇒ ::String
Returns the value of attribute backup_vault_account_id.
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
Instance Attribute Details
#backup_vault_account_id ⇒ ::String
Returns the value of attribute backup_vault_account_id.
647 648 649 |
# File 'sig/types.rbs', line 647 def backup_vault_account_id @backup_vault_account_id end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
646 647 648 |
# File 'sig/types.rbs', line 646 def backup_vault_name @backup_vault_name end |