Class: Aws::Types::GetBotAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBotAliasRequest
- 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.
243 244 245 |
# File 'sig/types.rbs', line 243 def bot_name @bot_name end |
#name ⇒ ::String
Returns the value of attribute name.
242 243 244 |
# File 'sig/types.rbs', line 242 def name @name end |