DescribeManagedRuleGroupResponse class

Constructors

DescribeManagedRuleGroupResponse({int? capacity, List<RuleSummary>? rules})
DescribeManagedRuleGroupResponse.fromJson(Map<String, dynamic> json)
factory

Properties

capacity int?
The web ACL capacity units (WCUs) required for this rule group. AWS WAF uses web ACL capacity units (WCU) to calculate and control the operating resources that are used to run your rules, rule groups, and web ACLs. AWS WAF calculates capacity differently for each rule type, to reflect each rule's relative cost. Rule group capacity is fixed at creation, so users can plan their web ACL WCU usage when they use a rule group. The WCU limit for web ACLs is 1,500.
final
hashCode int
The hash code for this object.
no setterinherited
rules List<RuleSummary>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited