DescribeMonitoringScheduleResponse class

Constructors

DescribeMonitoringScheduleResponse({required DateTime creationTime, required DateTime lastModifiedTime, required String monitoringScheduleArn, required MonitoringScheduleConfig monitoringScheduleConfig, required String monitoringScheduleName, required ScheduleStatus monitoringScheduleStatus, String? endpointName, String? failureReason, MonitoringExecutionSummary? lastMonitoringExecutionSummary, MonitoringType? monitoringType})
DescribeMonitoringScheduleResponse.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 for the monitoring job.
final
failureReason String?
A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedTime DateTime
The time at which the monitoring job was last modified.
final
lastMonitoringExecutionSummary MonitoringExecutionSummary?
Describes metadata on the last execution to run, if there was one.
final
monitoringScheduleArn String
The Amazon Resource Name (ARN) of the monitoring schedule.
final
monitoringScheduleConfig MonitoringScheduleConfig
The configuration object that specifies the monitoring schedule and defines the monitoring job.
final
monitoringScheduleName String
Name of the monitoring schedule.
final
monitoringScheduleStatus ScheduleStatus
The status of an monitoring job.
final
monitoringType MonitoringType?
The type of the monitoring job that this schedule runs. This is one of the following values.
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