DeletePatchBaselineRequest
public struct DeletePatchBaselineRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the patch baseline to delete.
Declaration
Swift
public let baselineId: String
-
Undocumented
Declaration
Swift
public init(baselineId: String)
-
Declaration
Swift
public func validate(name: String) throws