Values.UpdateRulesetRequestSourceUpdates specified ruleset.
type nonrec t = {name : RulesetName.t;The name of the ruleset to be updated.
*)description : RulesetDescription.t option;The description of the ruleset.
*)rules : RuleList.t;A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Disabled.t
| `List of
[> `Structure of
(string * [> `String of ColumnName.t ]) list ]
list
| `Map of
([> `String of ValueReference.t ]
* [> `String of ConditionValue.t ])
list
| `String of RuleName.t
| `Structure of
(string
* [> `Double of ThresholdValue.t | `Enum of string ])
list ])
list ]
list
| `String of RulesetName.t ])
list ]