ListNotificationRulesFilter class

Information about a filter to apply to the list of returned notification rules. You can filter by event type, owner, resource, or target.

Constructors

ListNotificationRulesFilter({required ListNotificationRulesFilterName name, required String value})

Properties

hashCode int
The hash code for this object.
no setterinherited
name ListNotificationRulesFilterName
The name of the attribute you want to use to filter the returned notification rules.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The value of the attribute you want to use to filter the returned notification rules. For example, if you specify filtering by RESOURCE in Name, you might specify the ARN of a pipeline in AWS CodePipeline for the value.
final

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