DescribeMonitoringScheduleResponse
public struct DescribeMonitoringScheduleResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time at which the monitoring job was created.
Declaration
Swift
public let creationTime: TimeStamp
-
The name of the endpoint for the monitoring job.
Declaration
Swift
public let endpointName: String?
-
A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.
Declaration
Swift
public let failureReason: String?
-
The time at which the monitoring job was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp
-
Describes metadata on the last execution to run, if there was one.
Declaration
Swift
public let lastMonitoringExecutionSummary: MonitoringExecutionSummary?
-
The Amazon Resource Name (ARN) of the monitoring schedule.
Declaration
Swift
public let monitoringScheduleArn: String
-
The configuration object that specifies the monitoring schedule and defines the monitoring job.
Declaration
Swift
public let monitoringScheduleConfig: MonitoringScheduleConfig
-
Name of the monitoring schedule.
Declaration
Swift
public let monitoringScheduleName: String
-
The status of an monitoring job.
Declaration
Swift
public let monitoringScheduleStatus: ScheduleStatus
-
init(creationTime:endpointName:failureReason:lastModifiedTime:lastMonitoringExecutionSummary:monitoringScheduleArn:monitoringScheduleConfig:monitoringScheduleName:monitoringScheduleStatus:)
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp, endpointName: String? = nil, failureReason: String? = nil, lastModifiedTime: TimeStamp, lastMonitoringExecutionSummary: MonitoringExecutionSummary? = nil, monitoringScheduleArn: String, monitoringScheduleConfig: MonitoringScheduleConfig, monitoringScheduleName: String, monitoringScheduleStatus: ScheduleStatus)