WebACLSummary class

Constructors

WebACLSummary({required String name, required String webACLId})
WebACLSummary.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webACLId String
A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).
final

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