PatchGroupPatchBaselineMapping
public struct PatchGroupPatchBaselineMapping : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The patch baseline the patch group is registered with.
Declaration
Swift
public let baselineIdentity: PatchBaselineIdentity?
-
The name of the patch group registered with the patch baseline.
Declaration
Swift
public let patchGroup: String?
-
Undocumented
Declaration
Swift
public init(baselineIdentity: PatchBaselineIdentity? = nil, patchGroup: String? = nil)