Values.AutomatedReasoningCheckRuleSourceReferences a specific automated reasoning policy rule that was applied during evaluation.
type nonrec t = {id : AutomatedReasoningPolicyDefinitionRuleId.t option;The unique identifier of the automated reasoning rule.
*)policyVersionArn : AutomatedReasoningPolicyArn.t option;The ARN of the automated reasoning policy version that contains this rule.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AutomatedReasoningPolicyDefinitionRuleId.t ])
list ]