Class: Aws::Types::DeleteBotResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBotResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_status ⇒ "Creating", ...
Returns the value of attribute bot_status.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def bot_id @bot_id end |
#bot_status ⇒ "Creating", ...
Returns the value of attribute bot_status.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def bot_status @bot_status end |