DeregisterTaskFromMaintenanceWindowRequest
public struct DeregisterTaskFromMaintenanceWindowRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the maintenance window the task should be removed from.
Declaration
Swift
public let windowId: String
-
The ID of the task to remove from the maintenance window.
Declaration
Swift
public let windowTaskId: String
-
Undocumented
Declaration
Swift
public init(windowId: String, windowTaskId: String)
-
Declaration
Swift
public func validate(name: String) throws