GetMaintenanceWindowExecutionResult
public struct GetMaintenanceWindowExecutionResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The time the maintenance window finished running. DeclarationSwift public let endTime: TimeStamp?
- 
                  
                  The time the maintenance window started running. DeclarationSwift public let startTime: TimeStamp?
- 
                  
                  The status of the maintenance window execution. DeclarationSwift public let status: MaintenanceWindowExecutionStatus?
- 
                  
                  The details explaining the Status. Only available for certain status values. DeclarationSwift public let statusDetails: String?
- 
                  
                  The ID of the task executions from the maintenance window execution. DeclarationSwift public let taskIds: [String]?
- 
                  
                  The ID of the maintenance window execution. DeclarationSwift public let windowExecutionId: String?
- 
                  
                  Undocumented DeclarationSwift public init(endTime: TimeStamp? = nil, startTime: TimeStamp? = nil, status: MaintenanceWindowExecutionStatus? = nil, statusDetails: String? = nil, taskIds: [String]? = nil, windowExecutionId: String? = nil)
 View on GitHub
View on GitHub GetMaintenanceWindowExecutionResult Structure Reference
        GetMaintenanceWindowExecutionResult Structure Reference