UpdateRecoveryPointLifecycleOutput constructor

UpdateRecoveryPointLifecycleOutput({
  1. String? backupVaultArn,
  2. CalculatedLifecycle? calculatedLifecycle,
  3. Lifecycle? lifecycle,
  4. String? recoveryPointArn,
})

Implementation

UpdateRecoveryPointLifecycleOutput({
  this.backupVaultArn,
  this.calculatedLifecycle,
  this.lifecycle,
  this.recoveryPointArn,
});