EventTypeFilter class

The values to use to filter results from the DescribeEventTypes operation.

Constructors

EventTypeFilter({List<EventTypeCategory>? eventTypeCategories, List<String>? eventTypeCodes, List<String>? services})

Properties

eventTypeCategories List<EventTypeCategory>?
A list of event type category codes (issue, scheduledChange, or accountNotification).
final
eventTypeCodes List<String>?
A list of event type codes.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services List<String>?
The AWS services associated with the event. For example, EC2, RDS.
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