Class: Aws::Types::GetBotRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
329 330 331 |
# File 'sig/types.rbs', line 329 def account_id @account_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
330 331 332 |
# File 'sig/types.rbs', line 330 def bot_id @bot_id end |