GetBackupVaultNotificationsOutput constructor

GetBackupVaultNotificationsOutput({
  1. String? backupVaultArn,
  2. List<BackupVaultEvent>? backupVaultEvents,
  3. String? backupVaultName,
  4. String? sNSTopicArn,
})

Implementation

GetBackupVaultNotificationsOutput({
  this.backupVaultArn,
  this.backupVaultEvents,
  this.backupVaultName,
  this.sNSTopicArn,
});