MaintenanceWindowExecution
public struct MaintenanceWindowExecution : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time the execution finished.
Declaration
Swift
public let endTime: TimeStamp?
-
The time the execution started.
Declaration
Swift
public let startTime: TimeStamp?
-
The status of the execution.
Declaration
Swift
public let status: MaintenanceWindowExecutionStatus?
-
The details explaining the Status. Only available for certain status values.
Declaration
Swift
public let statusDetails: String?
-
The ID of the maintenance window execution.
Declaration
Swift
public let windowExecutionId: String?
-
The ID of the maintenance window.
Declaration
Swift
public let windowId: String?
-
Undocumented
Declaration
Swift
public init(endTime: TimeStamp? = nil, startTime: TimeStamp? = nil, status: MaintenanceWindowExecutionStatus? = nil, statusDetails: String? = nil, windowExecutionId: String? = nil, windowId: String? = nil)