Class: Aws::Types::DescribeBotLocaleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBotLocaleRequest
- 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.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def locale_id @locale_id end |