DeregisterTargetFromMaintenanceWindowRequest
public struct DeregisterTargetFromMaintenanceWindowRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The system checks if the target is being referenced by a task. If the target is being referenced, the system returns an error and does not deregister the target from the maintenance window.
Declaration
Swift
public let safe: Bool?
-
The ID of the maintenance window the target should be removed from.
Declaration
Swift
public let windowId: String
-
The ID of the target definition to remove.
Declaration
Swift
public let windowTargetId: String
-
Undocumented
Declaration
Swift
public init(safe: Bool? = nil, windowId: String, windowTargetId: String)
-
Declaration
Swift
public func validate(name: String) throws