Values.RuleStringToEvaluateSourceThe string to evaluate in a string condition expression.
type nonrec t = {attribute : RuleStringEmailAttribute.t option;The email attribute to evaluate in a string condition expression.
*)mimeHeaderAttribute : MimeHeaderAttribute.t option;The email MIME X-Header attribute to evaluate in a string condition expression.
*)analysis : Analysis.t option;The Add On ARN and its returned value to evaluate in a string condition expression.
*)clientCertificateAttribute : RuleClientCertificateAttribute.t option;The client certificate attribute to evaluate in a string condition expression.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of MimeHeaderAttribute.t
| `Structure of (string * [> `String of AnalyzerArn.t ]) list ])
list ]