Class: Aws::Types::DeleteBotVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBotVersionResponse
- 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.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def bot_id @bot_id end |
#bot_status ⇒ "Creating", ...
Returns the value of attribute bot_status.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def bot_status @bot_status end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def bot_version @bot_version end |