Class: Aws::Chime::Types::UpdateBotRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


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_idString

The bot ID.

Returns:

  • (String)


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

#disabledBoolean

When true, stops the specified bot from running in your account.

Returns:

  • (Boolean)


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