MonitoringExecutionSummary
public struct MonitoringExecutionSummary : 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 teh endpoint used to run the monitoring job.
Declaration
Swift
public let endpointName: String?
-
Contains the reason a monitoring job failed, if it failed.
Declaration
Swift
public let failureReason: String?
-
A timestamp that indicates the last time the monitoring job was modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp
-
The status of the monitoring job.
Declaration
Swift
public let monitoringExecutionStatus: ExecutionStatus
-
The name of the monitoring schedule.
Declaration
Swift
public let monitoringScheduleName: String
-
The Amazon Resource Name (ARN) of the monitoring job.
Declaration
Swift
public let processingJobArn: String?
-
The time the monitoring job was scheduled.
Declaration
Swift
public let scheduledTime: TimeStamp
-
init(creationTime:endpointName:failureReason:lastModifiedTime:monitoringExecutionStatus:monitoringScheduleName:processingJobArn:scheduledTime:)
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp, endpointName: String? = nil, failureReason: String? = nil, lastModifiedTime: TimeStamp, monitoringExecutionStatus: ExecutionStatus, monitoringScheduleName: String, processingJobArn: String? = nil, scheduledTime: TimeStamp)