RegisterDefaultPatchBaselineRequest
public struct RegisterDefaultPatchBaselineRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the patch baseline that should be the default patch baseline.
Declaration
Swift
public let baselineId: String
-
Undocumented
Declaration
Swift
public init(baselineId: String)
-
Declaration
Swift
public func validate(name: String) throws