Class: Aws::Types::UpdateBotRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBotRequest
- 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.
-
#disabled ⇒ Boolean
Returns the value of attribute disabled.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
849 850 851 |
# File 'sig/types.rbs', line 849 def account_id @account_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
850 851 852 |
# File 'sig/types.rbs', line 850 def bot_id @bot_id end |
#disabled ⇒ Boolean
Returns the value of attribute disabled.
851 852 853 |
# File 'sig/types.rbs', line 851 def disabled @disabled end |