Class: Aws::Chime::Types::UpdateBotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateBotResponse
- Defined in:
- gems/aws-sdk-chime/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.
2599 2600 2601 2602 2603 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2599 class UpdateBotResponse < Struct.new( :bot) SENSITIVE = [] include Aws::Structure end |