Class: Aws::Chime::Types::GetBotResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Chime::Types::GetBotResponse
 
- 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 chat bot details. 
Instance Attribute Details
#bot ⇒ Types::Bot
The chat bot details.
| 982 983 984 985 986 | # File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 982 class GetBotResponse < Struct.new( :bot) SENSITIVE = [] include Aws::Structure end |