RuleSummary class

High-level information about a Rule, returned by operations like DescribeManagedRuleGroup. This provides information like the ID, that you can use to retrieve and manage a RuleGroup, and the ARN, that you provide to the RuleGroupReferenceStatement to use the rule group in a Rule.

Constructors

RuleSummary({RuleAction? action, String? name})
RuleSummary.fromJson(Map<String, dynamic> json)
factory

Properties

action RuleAction?
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the rule.
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