RecoveryPointCreator constructor

RecoveryPointCreator({
  1. String? backupPlanArn,
  2. String? backupPlanId,
  3. String? backupPlanVersion,
  4. String? backupRuleId,
})

Implementation

RecoveryPointCreator({
  this.backupPlanArn,
  this.backupPlanId,
  this.backupPlanVersion,
  this.backupRuleId,
});