Class: Aws::Types::BatchDeleteCustomVocabularyItemRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteCustomVocabularyItemRequest
- 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_item_list ⇒ ::Array[Types::CustomVocabularyEntryId]
Returns the value of attribute custom_vocabulary_item_list.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
323 324 325 |
# File 'sig/types.rbs', line 323 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
324 325 326 |
# File 'sig/types.rbs', line 324 def bot_version @bot_version end |
#custom_vocabulary_item_list ⇒ ::Array[Types::CustomVocabularyEntryId]
Returns the value of attribute custom_vocabulary_item_list.
326 327 328 |
# File 'sig/types.rbs', line 326 def custom_vocabulary_item_list @custom_vocabulary_item_list end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
325 326 327 |
# File 'sig/types.rbs', line 325 def locale_id @locale_id end |