RecoveryPointByBackupVault constructor

RecoveryPointByBackupVault({
  1. int? backupSizeInBytes,
  2. String? backupVaultArn,
  3. String? backupVaultName,
  4. CalculatedLifecycle? calculatedLifecycle,
  5. DateTime? completionDate,
  6. RecoveryPointCreator? createdBy,
  7. DateTime? creationDate,
  8. String? encryptionKeyArn,
  9. String? iamRoleArn,
  10. bool? isEncrypted,
  11. DateTime? lastRestoreTime,
  12. Lifecycle? lifecycle,
  13. String? recoveryPointArn,
  14. String? resourceArn,
  15. String? resourceType,
  16. String? sourceBackupVaultArn,
  17. RecoveryPointStatus? status,
})

Implementation

RecoveryPointByBackupVault({
  this.backupSizeInBytes,
  this.backupVaultArn,
  this.backupVaultName,
  this.calculatedLifecycle,
  this.completionDate,
  this.createdBy,
  this.creationDate,
  this.encryptionKeyArn,
  this.iamRoleArn,
  this.isEncrypted,
  this.lastRestoreTime,
  this.lifecycle,
  this.recoveryPointArn,
  this.resourceArn,
  this.resourceType,
  this.sourceBackupVaultArn,
  this.status,
});