DeleteProjectVersionRequest
public struct DeleteProjectVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the model version that you want to delete.
Declaration
Swift
public let projectVersionArn: String
-
Undocumented
Declaration
Swift
public init(projectVersionArn: String)
-
Declaration
Swift
public func validate(name: String) throws