UpdateRecoveryPointLifecycleOutput constructor
UpdateRecoveryPointLifecycleOutput({
- String? backupVaultArn,
- CalculatedLifecycle? calculatedLifecycle,
- Lifecycle? lifecycle,
- String? recoveryPointArn,
Implementation
UpdateRecoveryPointLifecycleOutput({
this.backupVaultArn,
this.calculatedLifecycle,
this.lifecycle,
this.recoveryPointArn,
});