ListEventTypesFilter class

Information about a filter to apply to the list of returned event types. You can filter by resource type or service name.

Constructors

ListEventTypesFilter({required ListEventTypesFilterName name, required String value})

Properties

hashCode int
The hash code for this object.
no setterinherited
name ListEventTypesFilterName
The system-generated name of the filter type you want to filter by.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The name of the resource type (for example, pipeline) or service name (for example, CodePipeline) that you want to filter by.
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