GetMaintenanceWindowExecutionResult
public struct GetMaintenanceWindowExecutionResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time the maintenance window finished running.
Declaration
Swift
public let endTime: TimeStamp?
-
The time the maintenance window started running.
Declaration
Swift
public let startTime: TimeStamp?
-
The status of the maintenance window 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 task executions from the maintenance window execution.
Declaration
Swift
public let taskIds: [String]?
-
The ID of the maintenance window execution.
Declaration
Swift
public let windowExecutionId: String?
-
Undocumented
Declaration
Swift
public init(endTime: TimeStamp? = nil, startTime: TimeStamp? = nil, status: MaintenanceWindowExecutionStatus? = nil, statusDetails: String? = nil, taskIds: [String]? = nil, windowExecutionId: String? = nil)