Class: Aws::Types::RecognizedBotMember
- Inherits:
-
Object
- Object
- Aws::Types::RecognizedBotMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
290 291 292 |
# File 'sig/types.rbs', line 290 def bot_id @bot_id end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
291 292 293 |
# File 'sig/types.rbs', line 291 def bot_name @bot_name end |