GetPatchBaselineForPatchGroupRequest
public struct GetPatchBaselineForPatchGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Returns he operating system rule specified for patch groups using the patch baseline.
Declaration
Swift
public let operatingSystem: OperatingSystem?
-
The name of the patch group whose patch baseline should be retrieved.
Declaration
Swift
public let patchGroup: String
-
Undocumented
Declaration
Swift
public init(operatingSystem: OperatingSystem? = nil, patchGroup: String)
-
Declaration
Swift
public func validate(name: String) throws