Class: Aws::Types::UpdateMedicalVocabularyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMedicalVocabularyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
-
#vocabulary_file_uri ⇒ ::String
Returns the value of attribute vocabulary_file_uri.
-
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
Instance Attribute Details
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
975 976 977 |
# File 'sig/types.rbs', line 975 def language_code @language_code end |
#vocabulary_file_uri ⇒ ::String
Returns the value of attribute vocabulary_file_uri.
976 977 978 |
# File 'sig/types.rbs', line 976 def vocabulary_file_uri @vocabulary_file_uri end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
974 975 976 |
# File 'sig/types.rbs', line 974 def vocabulary_name @vocabulary_name end |