You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Chime::Types::UpdateBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateBotRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateBotRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
account_id: "NonEmptyString", # required
bot_id: "NonEmptyString", # required
disabled: false,
}
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#bot_id ⇒ String
The bot ID.
-
#disabled ⇒ Boolean
When true, stops the specified bot from running in your account.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
#bot_id ⇒ String
The bot ID.
#disabled ⇒ Boolean
When true, stops the specified bot from running in your account.