Class: Aws::Types::DeleteCustomVocabularyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCustomVocabularyRequest
- 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.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def locale_id @locale_id end |