RegisterPatchBaselineForPatchGroupRequest
public struct RegisterPatchBaselineForPatchGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the patch baseline to register the patch group with.
Declaration
Swift
public let baselineId: String
-
The name of the patch group that should be registered with 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