Class: Aws::Chime::Types::UpdateBotResponse

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

#botTypes::Bot

The updated bot details.

Returns:



8343
8344
8345
8346
8347
# File 'lib/aws-sdk-chime/types.rb', line 8343

class UpdateBotResponse < Struct.new(
  :bot)
  SENSITIVE = []
  include Aws::Structure
end