GetMedicalVocabularyRequest
public struct GetMedicalVocabularyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the vocabulary that you want information about. The value is case sensitive.
Declaration
Swift
public let vocabularyName: String
-
Undocumented
Declaration
Swift
public init(vocabularyName: String)
-
Declaration
Swift
public func validate(name: String) throws