Module Values.RuleBooleanToEvaluateSource

The union type representing the allowed types of operands for a boolean condition.

Sourcetype nonrec t = {
  1. attribute : RuleBooleanEmailAttribute.t option;
    (*

    The boolean type representing the allowed attribute types for an email.

    *)
  2. analysis : Analysis.t option;
    (*

    The Add On ARN and its returned value to evaluate in a boolean condition expression.

    *)
  3. isInAddressList : RuleIsInAddressList.t option;
    (*

    The structure representing the address lists and address list attribute that will be used in evaluation of boolean expression.

    *)
}
Sourceval make : ?attribute:??? -> ?analysis:??? -> ?isInAddressList:??? -> unit -> t
Sourceval to_value : t -> [> `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 ]
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