GetInsightEventsResult class

Constructors

GetInsightEventsResult({List<InsightEvent>? insightEvents, String? nextToken})
GetInsightEventsResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
insightEvents List<InsightEvent>?
A detailed description of the event. This includes the time of the event, client and root cause impact statistics, and the top anomalous service at the time of the event.
final
nextToken String?
Use this token to retrieve the next page of insight events.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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