Class: Aws::Types::DeleteBotLocaleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBotLocaleRequest
- 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.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def locale_id @locale_id end |