Class: Aws::Types::DeleteBotRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
266 267 268 |
# File 'sig/types.rbs', line 266 def bot_id @bot_id end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
265 266 267 |
# File 'sig/types.rbs', line 265 def network_id @network_id end |