Class: Aws::Types::DeleteCustomVocabularyResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCustomVocabularyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#custom_vocabulary_status ⇒ "Ready", ...
Returns the value of attribute custom_vocabulary_status.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def bot_version @bot_version end |
#custom_vocabulary_status ⇒ "Ready", ...
Returns the value of attribute custom_vocabulary_status.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def custom_vocabulary_status @custom_vocabulary_status end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def locale_id @locale_id end |