CreateRegexPatternSetResponse class
Constructors
- CreateRegexPatternSetResponse.new({RegexPatternSetSummary? summary})
-
CreateRegexPatternSetResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- summary → RegexPatternSetSummary?
-
High-level information about a RegexPatternSet, returned by
operations like create and list. This provides information like the ID, that
you can use to retrieve and manage a
RegexPatternSet
, and the ARN, that you provide to the RegexPatternSetReferenceStatement to use the pattern set in a Rule.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