Class: Aws::Chime::Types::UpdateBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateBotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
8329 8330 8331 8332 8333 8334 8335 |
# File 'lib/aws-sdk-chime/types.rb', line 8329 class UpdateBotRequest < Struct.new( :account_id, :bot_id, :disabled) SENSITIVE = [] include Aws::Structure end |
#bot_id ⇒ String
The bot ID.
8329 8330 8331 8332 8333 8334 8335 |
# File 'lib/aws-sdk-chime/types.rb', line 8329 class UpdateBotRequest < Struct.new( :account_id, :bot_id, :disabled) SENSITIVE = [] include Aws::Structure end |
#disabled ⇒ Boolean
When true, stops the specified bot from running in your account.
8329 8330 8331 8332 8333 8334 8335 |
# File 'lib/aws-sdk-chime/types.rb', line 8329 class UpdateBotRequest < Struct.new( :account_id, :bot_id, :disabled) SENSITIVE = [] include Aws::Structure end |