MonitoringSchedule constructor

MonitoringSchedule({
  1. DateTime? creationTime,
  2. String? endpointName,
  3. String? failureReason,
  4. DateTime? lastModifiedTime,
  5. MonitoringExecutionSummary? lastMonitoringExecutionSummary,
  6. String? monitoringScheduleArn,
  7. MonitoringScheduleConfig? monitoringScheduleConfig,
  8. String? monitoringScheduleName,
  9. ScheduleStatus? monitoringScheduleStatus,
  10. MonitoringType? monitoringType,
  11. List<Tag>? tags,
})

Implementation

MonitoringSchedule({
  this.creationTime,
  this.endpointName,
  this.failureReason,
  this.lastModifiedTime,
  this.lastMonitoringExecutionSummary,
  this.monitoringScheduleArn,
  this.monitoringScheduleConfig,
  this.monitoringScheduleName,
  this.monitoringScheduleStatus,
  this.monitoringType,
  this.tags,
});