Module Values.RuleVerdictToEvaluateSource

The verdict to evaluate in a verdict condition expression.

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

    The email verdict attribute to evaluate in a string verdict expression.

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

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

    *)
}
Sourceval make : ?attribute:??? -> ?analysis:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `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