Class: Aws::Types::BatchUpdateCustomVocabularyItemResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateCustomVocabularyItemResponse
- 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.
-
#errors ⇒ ::Array[Types::FailedCustomVocabularyItem]
Returns the value of attribute errors.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#resources ⇒ ::Array[Types::CustomVocabularyItem]
Returns the value of attribute resources.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
348 349 350 |
# File 'sig/types.rbs', line 348 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
349 350 351 |
# File 'sig/types.rbs', line 349 def bot_version @bot_version end |
#errors ⇒ ::Array[Types::FailedCustomVocabularyItem]
Returns the value of attribute errors.
351 352 353 |
# File 'sig/types.rbs', line 351 def errors @errors end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
350 351 352 |
# File 'sig/types.rbs', line 350 def locale_id @locale_id end |
#resources ⇒ ::Array[Types::CustomVocabularyItem]
Returns the value of attribute resources.
352 353 354 |
# File 'sig/types.rbs', line 352 def resources @resources end |