Values.DescribeRulesetResponseSourceRetrieves detailed information about the ruleset.
type nonrec t = {name : RulesetName.t option;The name of the ruleset.
*)description : RulesetDescription.t option;The description of the ruleset.
*)targetArn : Arn.t option;The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
*)rules : RuleList.t option;A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.
*)createDate : Date.t option;The date and time that the ruleset was created.
*)createdBy : CreatedBy.t option;The Amazon Resource Name (ARN) of the user who created the ruleset.
*)lastModifiedBy : LastModifiedBy.t option;The Amazon Resource Name (ARN) of the user who last modified the ruleset.
*)lastModifiedDate : Date.t option;The modification date and time of the ruleset.
*)resourceArn : Arn.t option;The Amazon Resource Name (ARN) for the ruleset.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]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
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of RulesetName.t
| `Timestamp of Date.t ])
list ]