Class: Aws::Types::UpdateMedicalVocabularyResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMedicalVocabularyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
-
#vocabulary_state ⇒ "PENDING", ...
Returns the value of attribute vocabulary_state.
Instance Attribute Details
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
982 983 984 |
# File 'sig/types.rbs', line 982 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
983 984 985 |
# File 'sig/types.rbs', line 983 def last_modified_time @last_modified_time end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
981 982 983 |
# File 'sig/types.rbs', line 981 def vocabulary_name @vocabulary_name end |
#vocabulary_state ⇒ "PENDING", ...
Returns the value of attribute vocabulary_state.
984 985 986 |
# File 'sig/types.rbs', line 984 def vocabulary_state @vocabulary_state end |