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.
-
#skip_resource_in_use_check ⇒ Boolean
Returns the value of attribute skip_resource_in_use_check.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def bot_id @bot_id end |
#skip_resource_in_use_check ⇒ Boolean
Returns the value of attribute skip_resource_in_use_check.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def skip_resource_in_use_check @skip_resource_in_use_check end |