Class: Aws::Types::AwsBackupBackupVaultDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsBackupBackupVaultDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_policy ⇒ ::String
Returns the value of attribute access_policy.
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#notifications ⇒ Types::AwsBackupBackupVaultNotificationsDetails
Returns the value of attribute notifications.
Instance Attribute Details
#access_policy ⇒ ::String
Returns the value of attribute access_policy.
741 742 743 |
# File 'sig/types.rbs', line 741 def access_policy @access_policy end |
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
737 738 739 |
# File 'sig/types.rbs', line 737 def backup_vault_arn @backup_vault_arn end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
738 739 740 |
# File 'sig/types.rbs', line 738 def backup_vault_name @backup_vault_name end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
739 740 741 |
# File 'sig/types.rbs', line 739 def encryption_key_arn @encryption_key_arn end |
#notifications ⇒ Types::AwsBackupBackupVaultNotificationsDetails
Returns the value of attribute notifications.
740 741 742 |
# File 'sig/types.rbs', line 740 def notifications @notifications end |