Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceBotRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ChimeSDKIdentity::Types::DescribeAppInstanceBotRequest
 
- Defined in:
- gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #app_instance_bot_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the AppInstanceBot.
Instance Attribute Details
#app_instance_bot_arn ⇒ String
The ARN of the AppInstanceBot.
| 736 737 738 739 740 | # File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 736 class DescribeAppInstanceBotRequest < Struct.new( :app_instance_bot_arn) SENSITIVE = [] include Aws::Structure end |