menu
aws_waf_regional_api package
documentation
waf-regional-2016-11-28.dart
RuleGroupUpdate class
RuleGroupUpdate class
dark_mode
light_mode
RuleGroupUpdate
class
Constructors
RuleGroupUpdate
({
required
ChangeAction
action
,
required
ActivatedRule
activatedRule
})
Properties
action
→
ChangeAction
Specify
INSERT
to add an
ActivatedRule
to a
RuleGroup
. Use
DELETE
to remove an
ActivatedRule
from a
RuleGroup
.
final
activatedRule
→
ActivatedRule
The
ActivatedRule
object specifies a
Rule
that you want to insert or delete, the priority of the
Rule
in the
WebACL
, and the action that you want AWS WAF to take when a web request matches the
Rule
(
ALLOW
,
BLOCK
, or
COUNT
).
final
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson
(
)
→
Map
<
String
,
dynamic
>
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
aws_waf_regional_api package
documentation
waf-regional-2016-11-28
RuleGroupUpdate class
waf-regional-2016-11-28 library