BackupRuleInput constructor
BackupRuleInput({})
Implementation
BackupRuleInput({
required this.ruleName,
required this.targetBackupVaultName,
this.completionWindowMinutes,
this.copyActions,
this.lifecycle,
this.recoveryPointTags,
this.scheduleExpression,
this.startWindowMinutes,
});