Class: Aws::Types::DeleteBotAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBotAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
173 174 175 |
# File 'sig/types.rbs', line 173 def bot_name @bot_name end |
#name ⇒ ::String
Returns the value of attribute name.
172 173 174 |
# File 'sig/types.rbs', line 172 def name @name end |