Class: Aws::Types::GetMedicalVocabularyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMedicalVocabularyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#download_uri ⇒ ::String
Returns the value of attribute download_uri.
-
#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
#download_uri ⇒ ::String
Returns the value of attribute download_uri.
319 320 321 |
# File 'sig/types.rbs', line 319 def download_uri @download_uri end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
318 319 320 |
# File 'sig/types.rbs', line 318 def failure_reason @failure_reason end |
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
315 316 317 |
# File 'sig/types.rbs', line 315 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
317 318 319 |
# File 'sig/types.rbs', line 317 def last_modified_time @last_modified_time end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
314 315 316 |
# File 'sig/types.rbs', line 314 def vocabulary_name @vocabulary_name end |
#vocabulary_state ⇒ "PENDING", ...
Returns the value of attribute vocabulary_state.
316 317 318 |
# File 'sig/types.rbs', line 316 def vocabulary_state @vocabulary_state end |