Class: Aws::Chime::Types::GetBotRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Chime::Types::GetBotRequest
 
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Chime account ID. 
- 
  
    
      #bot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The bot ID. 
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
| 969 970 971 972 973 974 | # File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 969 class GetBotRequest < Struct.new( :account_id, :bot_id) SENSITIVE = [] include Aws::Structure end | 
#bot_id ⇒ String
The bot ID.
| 969 970 971 972 973 974 | # File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 969 class GetBotRequest < Struct.new( :account_id, :bot_id) SENSITIVE = [] include Aws::Structure end |