Module Values.RuleBooleanExpressionSource

A boolean expression to be used in a rule condition.

Sourcetype nonrec t = {
  1. evaluate : RuleBooleanToEvaluate.t;
    (*

    The operand on which to perform a boolean condition operation.

    *)
  2. operator : RuleBooleanOperator.t;
    (*

    The matching operator for a boolean condition expression.

    *)
}
Sourceval context_ : string
Sourceval make : evaluate:RuleBooleanToEvaluate.t -> operator:RuleBooleanOperator.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `List of [> `String of AddressListArn.t ] list | `String of AnalyzerArn.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t