DeregisterPatchBaselineForPatchGroupRequest
public struct DeregisterPatchBaselineForPatchGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the patch baseline to deregister the patch group from.
Declaration
Swift
public let baselineId: String
-
The name of the patch group that should be deregistered from the patch baseline.
Declaration
Swift
public let patchGroup: String
-
Undocumented
Declaration
Swift
public init(baselineId: String, patchGroup: String)
-
Declaration
Swift
public func validate(name: String) throws