MonitoringScheduleSummary class
Summarizes the monitoring schedule.
Constructors
- MonitoringScheduleSummary({required DateTime creationTime, required DateTime lastModifiedTime, required String monitoringScheduleArn, required String monitoringScheduleName, required ScheduleStatus monitoringScheduleStatus, String? endpointName, String? monitoringJobDefinitionName, MonitoringType? monitoringType})
-
MonitoringScheduleSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → DateTime
-
The creation time of the monitoring schedule.
final
- endpointName → String?
-
The name of the endpoint using the monitoring schedule.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedTime → DateTime
-
The last time the monitoring schedule was modified.
final
- monitoringJobDefinitionName → String?
-
The name of the monitoring job definition that the schedule is for.
final
- monitoringScheduleArn → String
-
The Amazon Resource Name (ARN) of the monitoring schedule.
final
- monitoringScheduleName → String
-
The name of the monitoring schedule.
final
- monitoringScheduleStatus → ScheduleStatus
-
The status of the monitoring schedule.
final
- monitoringType → MonitoringType?
-
The type of the monitoring job definition that the schedule is for.
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