Class: Aws::Types::CreateMedicalVocabularyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMedicalVocabularyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
148 149 150 |
# File 'sig/types.rbs', line 148 def language_code @language_code end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
150 151 152 |
# File 'sig/types.rbs', line 150 def end |
#vocabulary_file_uri ⇒ ::String
Returns the value of attribute vocabulary_file_uri.
149 150 151 |
# File 'sig/types.rbs', line 149 def vocabulary_file_uri @vocabulary_file_uri end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
147 148 149 |
# File 'sig/types.rbs', line 147 def vocabulary_name @vocabulary_name end |