Values_1.DebugRuleEvaluationStatusSourceInformation about the status of the rule evaluation.
type nonrec t = {ruleConfigurationName : RuleConfigurationName.t option;The name of the rule configuration.
*)ruleEvaluationJobArn : ProcessingJobArn.t option;The Amazon Resource Name (ARN) of the rule evaluation job.
*)ruleEvaluationStatus : RuleEvaluationStatus.t option;Status of the rule evaluation.
*)statusDetails : StatusDetails.t option;Details from the rule evaluation.
*)lastModifiedTime : Values_0.Timestamp.t option;Timestamp when the rule evaluation status was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of RuleConfigurationName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]