Values.IngressStringExpressionSourceThe structure for a string based condition matching on the incoming mail.
type nonrec t = {evaluate : IngressStringToEvaluate.t;The left hand side argument of a string condition expression.
*)operator : IngressStringOperator.t;The matching operator for a string condition expression.
*)values : StringList.t;The right hand side argument of a string condition expression.
*)}val make :
evaluate:IngressStringToEvaluate.t ->
operator:IngressStringOperator.t ->
values:StringList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of AnalyzerArn.t ]) list ])
list ])
list ]