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)


2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-chime/types.rb', line 2585

class UpdateBotRequest < Struct.new(
  :account_id,
  :bot_id,
  :disabled)
  SENSITIVE = []
  include Aws::Structure
end

#bot_idString

The bot ID.

Returns:

  • (String)


2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-chime/types.rb', line 2585

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)


2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-chime/types.rb', line 2585

class UpdateBotRequest < Struct.new(
  :account_id,
  :bot_id,
  :disabled)
  SENSITIVE = []
  include Aws::Structure
end