menu
aws_waf_api package
documentation
waf-2015-08-24.dart
Rule
Rule constructor
Rule constructor
dark_mode
light_mode
Rule
constructor
Rule
(
{
required
List
<
Predicate
>
predicates
,
required
String
ruleId
,
String
?
metricName
,
String
?
name
,
})
Implementation
Rule({ required this.predicates, required this.ruleId, this.metricName, this.name, });
aws_waf_api package
documentation
waf-2015-08-24
Rule
Rule constructor
Rule class