Class: Aws::Chime::Types::UpdateBotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateBotResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot ⇒ Types::Bot
The updated bot details.
Instance Attribute Details
#bot ⇒ Types::Bot
The updated bot details.
8343 8344 8345 8346 8347 |
# File 'lib/aws-sdk-chime/types.rb', line 8343 class UpdateBotResponse < Struct.new( :bot) SENSITIVE = [] include Aws::Structure end |