Class: Aws::Types::DeleteBotLocaleResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBotLocaleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_locale_status ⇒ "Creating", ...
Returns the value of attribute bot_locale_status.
-
#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.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def bot_id @bot_id end |
#bot_locale_status ⇒ "Creating", ...
Returns the value of attribute bot_locale_status.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def bot_locale_status @bot_locale_status end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def locale_id @locale_id end |