DeleteMedicalVocabularyRequest
public struct DeleteMedicalVocabularyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the vocabulary that you want to delete.
Declaration
Swift
public let vocabularyName: String
-
Undocumented
Declaration
Swift
public init(vocabularyName: String)
-
Declaration
Swift
public func validate(name: String) throws