Class: Aws::Chime::Types::GetBotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetBotResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot ⇒ Types::Bot
The chat bot details.
Instance Attribute Details
#bot ⇒ Types::Bot
The chat bot details.
4008 4009 4010 4011 4012 |
# File 'lib/aws-sdk-chime/types.rb', line 4008 class GetBotResponse < Struct.new( :bot) SENSITIVE = [] include Aws::Structure end |