Class: Aws::Chime::Types::CreateBotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateBotResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot ⇒ Types::Bot
The bot details.
Instance Attribute Details
#bot ⇒ Types::Bot
The bot details.
1797 1798 1799 1800 1801 |
# File 'lib/aws-sdk-chime/types.rb', line 1797 class CreateBotResponse < Struct.new( :bot) SENSITIVE = [] include Aws::Structure end |