Module Values_2.UpdateDataQualityRulesetRequestSource

Updates the specified data quality ruleset.

Sourcetype nonrec t = {
  1. name : Values_0.NameString.t;
    (*

    The name of the data quality ruleset.

    *)
  2. description : Values_0.DescriptionString.t option;
    (*

    A description of the ruleset.

    *)
  3. ruleset : Values_1.DataQualityRulesetString.t option;
    (*

    A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?ruleset:??? -> name:Values_0.NameString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.NameString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t