Class: Aws::Types::BotLocaleExportSpecification
- Inherits:
-
Object
- Object
- Aws::Types::BotLocaleExportSpecification
- 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.
463 464 465 |
# File 'sig/types.rbs', line 463 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
464 465 466 |
# File 'sig/types.rbs', line 464 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
465 466 467 |
# File 'sig/types.rbs', line 465 def locale_id @locale_id end |