Class: Aws::Types::UpdateVocabularyResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVocabularyResponse
- 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.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def last_modified_time @last_modified_time end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def vocabulary_name @vocabulary_name end |
#vocabulary_state ⇒ "PENDING", ...
Returns the value of attribute vocabulary_state.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def vocabulary_state @vocabulary_state end |