Class: Aws::Types::DeleteBotVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBotVersionRequest
- 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.
-
#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.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def bot_version @bot_version end |
#skip_resource_in_use_check ⇒ Boolean
Returns the value of attribute skip_resource_in_use_check.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def skip_resource_in_use_check @skip_resource_in_use_check end |