GetInsightImpactGraphResult class

Constructors

GetInsightImpactGraphResult({DateTime? endTime, String? insightId, String? nextToken, DateTime? serviceGraphEndTime, DateTime? serviceGraphStartTime, List<InsightImpactGraphService>? services, DateTime? startTime})
GetInsightImpactGraphResult.fromJson(Map<String, dynamic> json)
factory

Properties

endTime DateTime?
The provided end time.
final
hashCode int
The hash code for this object.
no setterinherited
insightId String?
The insight's unique identifier.
final
nextToken String?
Pagination token.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceGraphEndTime DateTime?
The time, in Unix seconds, at which the service graph ended.
final
serviceGraphStartTime DateTime?
The time, in Unix seconds, at which the service graph started.
final
services List<InsightImpactGraphService>?
The AWS instrumented services related to the insight.
final
startTime DateTime?
The provided start time.
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