Class: Aws::Types::DescribeBotAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBotAliasRequest
- 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.
Instance Attribute Details
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def bot_alias_id @bot_alias_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def bot_id @bot_id end |