Class: Aws::Types::CreateMedicalVocabularyResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateMedicalVocabularyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#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
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
159 160 161 |
# File 'sig/types.rbs', line 159 def failure_reason @failure_reason end |
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
156 157 158 |
# File 'sig/types.rbs', line 156 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
158 159 160 |
# File 'sig/types.rbs', line 158 def last_modified_time @last_modified_time end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
155 156 157 |
# File 'sig/types.rbs', line 155 def vocabulary_name @vocabulary_name end |
#vocabulary_state ⇒ "PENDING", ...
Returns the value of attribute vocabulary_state.
157 158 159 |
# File 'sig/types.rbs', line 157 def vocabulary_state @vocabulary_state end |