GetBackupVaultNotificationsOutput constructor
GetBackupVaultNotificationsOutput({
- String? backupVaultArn,
- List<
BackupVaultEvent> ? backupVaultEvents, - String? backupVaultName,
- String? sNSTopicArn,
Implementation
GetBackupVaultNotificationsOutput({
this.backupVaultArn,
this.backupVaultEvents,
this.backupVaultName,
this.sNSTopicArn,
});