Values_1.GetDataQualityRulesetResponseSourceReturns the data quality ruleset response.
type nonrec t = {name : Values_0.NameString.t option;The name of the ruleset.
*)description : Values_0.DescriptionString.t option;A description of the ruleset.
*)ruleset : DataQualityRulesetString.t option;A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
*)targetTable : DataQualityTargetTable.t option;The name and database name of the target table.
*)createdOn : Values_0.Timestamp.t option;A timestamp. The time and date that this data quality ruleset was created.
*)lastModifiedOn : Values_0.Timestamp.t option;A timestamp. The last point in time when this data quality ruleset was modified.
*)recommendationRunId : Values_0.HashString.t option;When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
*)dataQualitySecurityConfiguration : Values_0.NameString.t option;The name of the security configuration created with the data quality encryption option.
*)}type nonrec error = [ | `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.NameString.t
| `Structure of (string * [> `String of Values_0.NameString.t ]) list
| `Timestamp of Values_0.Timestamp.t ])
list ]