Class: Aws::Types::CreateVocabularyResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateVocabularyResponse
- 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.
197 198 199 |
# File 'sig/types.rbs', line 197 def failure_reason @failure_reason end |
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
194 195 196 |
# File 'sig/types.rbs', line 194 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
196 197 198 |
# File 'sig/types.rbs', line 196 def last_modified_time @last_modified_time end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
193 194 195 |
# File 'sig/types.rbs', line 193 def vocabulary_name @vocabulary_name end |
#vocabulary_state ⇒ "PENDING", ...
Returns the value of attribute vocabulary_state.
195 196 197 |
# File 'sig/types.rbs', line 195 def vocabulary_state @vocabulary_state end |