Values.AwsWafRegionalRuleGroupRulesDetailsSourceProvides information about the rules attached to a rule group
type nonrec t = {action : AwsWafRegionalRuleGroupRulesActionDetails.t option;The action that WAF should take on a web request when it matches the criteria defined in the rule.
*)priority : Integer.t option;If you define more than one rule in a web ACL, WAF evaluates each request against the rules in order based on the value of Priority.
*)ruleId : NonEmptyString.t option;The ID for a rule.
*)type_ : NonEmptyString.t option;The type of rule in the rule group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]