MonitoringExecutionSummary class
Summary of information about the last monitoring job to run.
Constructors
- MonitoringExecutionSummary({required DateTime creationTime, required DateTime lastModifiedTime, required ExecutionStatus monitoringExecutionStatus, required String monitoringScheduleName, required DateTime scheduledTime, String? endpointName, String? failureReason, String? monitoringJobDefinitionName, MonitoringType? monitoringType, String? processingJobArn})
-
MonitoringExecutionSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → DateTime
-
The time at which the monitoring job was created.
final
- endpointName → String?
-
The name of the endpoint used to run the monitoring job.
final
- failureReason → String?
-
Contains the reason a monitoring job failed, if it failed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedTime → DateTime
-
A timestamp that indicates the last time the monitoring job was modified.
final
- monitoringExecutionStatus → ExecutionStatus
-
The status of the monitoring job.
final
- monitoringJobDefinitionName → String?
-
The name of the monitoring job.
final
- monitoringScheduleName → String
-
The name of the monitoring schedule.
final
- monitoringType → MonitoringType?
-
The type of the monitoring job.
final
- processingJobArn → String?
-
The Amazon Resource Name (ARN) of the monitoring job.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduledTime → DateTime
-
The time the monitoring job was scheduled.
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