EventType class

Metadata about a type of event that is reported by AWS Health. Data consists of the category (for example, issue), the service (for example, EC2), and the event type code (for example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT).

Constructors

EventType({EventTypeCategory? category, String? code, String? service})
EventType.fromJson(Map<String, dynamic> json)
factory

Properties

category EventTypeCategory?
A list of event type category codes (issue, scheduledChange, or accountNotification).
final
code String?
The unique identifier for the event type. The format is AWS_SERVICE_DESCRIPTION ; for example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service String?
The AWS service that is affected by the event. For example, EC2, RDS.
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