GetPatchBaselineForPatchGroupResult
public struct GetPatchBaselineForPatchGroupResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the patch baseline that should be used for the patch group.
Declaration
Swift
public let baselineId: String? -
The operating system rule specified for patch groups using the patch baseline.
Declaration
Swift
public let operatingSystem: OperatingSystem? -
The name of the patch group.
Declaration
Swift
public let patchGroup: String? -
Undocumented
Declaration
Swift
public init(baselineId: String? = nil, operatingSystem: OperatingSystem? = nil, patchGroup: String? = nil)
View on GitHub
GetPatchBaselineForPatchGroupResult Structure Reference