Event class

Detailed information about an event.

Constructors

Event({DateTime? date, List<String>? eventCategories, String? message, String? sourceArn, String? sourceIdentifier, SourceType? sourceType})
Event.fromXml(XmlElement elem)
factory

Properties

date DateTime?
Specifies the date and time of the event.
final
eventCategories List<String>?
Specifies the category for the event.
final
hashCode int
The hash code for this object.
no setterinherited
message String?
Provides the text of this event.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceArn String?
The Amazon Resource Name (ARN) for the event.
final
sourceIdentifier String?
Provides the identifier for the source of the event.
final
sourceType SourceType?
Specifies the source type for this event.
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