Class: Aws::Types::AwsBackupBackupVaultNotificationsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsBackupBackupVaultNotificationsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_events ⇒ ::Array[::String]
Returns the value of attribute backup_vault_events.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
Instance Attribute Details
#backup_vault_events ⇒ ::Array[::String]
Returns the value of attribute backup_vault_events.
746 747 748 |
# File 'sig/types.rbs', line 746 def backup_vault_events @backup_vault_events end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
747 748 749 |
# File 'sig/types.rbs', line 747 def sns_topic_arn @sns_topic_arn end |