Class: Aws::Types::DeleteBotAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBotAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
-
#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_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def bot_alias_id @bot_alias_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def bot_id @bot_id end |
#skip_resource_in_use_check ⇒ Boolean
Returns the value of attribute skip_resource_in_use_check.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def skip_resource_in_use_check @skip_resource_in_use_check end |