MonitoringScheduleSummary
public struct MonitoringScheduleSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The creation time of the monitoring schedule.
Declaration
Swift
public let creationTime: TimeStamp -
The name of the endpoint using the monitoring schedule.
Declaration
Swift
public let endpointName: String? -
The last time the monitoring schedule was modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp -
The Amazon Resource Name (ARN) of the monitoring schedule.
Declaration
Swift
public let monitoringScheduleArn: String -
The name of the monitoring schedule.
Declaration
Swift
public let monitoringScheduleName: String -
The status of the monitoring schedule.
Declaration
Swift
public let monitoringScheduleStatus: ScheduleStatus -
init(creationTime:endpointName:lastModifiedTime:monitoringScheduleArn:monitoringScheduleName:monitoringScheduleStatus:)Undocumented
Declaration
Swift
public init(creationTime: TimeStamp, endpointName: String? = nil, lastModifiedTime: TimeStamp, monitoringScheduleArn: String, monitoringScheduleName: String, monitoringScheduleStatus: ScheduleStatus)
View on GitHub
MonitoringScheduleSummary Structure Reference