Class: Aws::ChimeSDKIdentity::Types::UpdateAppInstanceBotRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ChimeSDKIdentity::Types::UpdateAppInstanceBotRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [:name, :metadata] 
Instance Attribute Summary collapse
- 
  
    
      #app_instance_bot_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the ‘AppInstanceBot`. 
- 
  
    
      #configuration  ⇒ Types::Configuration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configuration for the bot update. 
- 
  
    
      #metadata  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The metadata of the ‘AppInstanceBot`. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the ‘AppInstanceBot`. 
Instance Attribute Details
#app_instance_bot_arn ⇒ String
The ARN of the ‘AppInstanceBot`.
| 1617 1618 1619 1620 1621 1622 1623 1624 | # File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1617 class UpdateAppInstanceBotRequest < Struct.new( :app_instance_bot_arn, :name, :metadata, :configuration) SENSITIVE = [:name, :metadata] include Aws::Structure end | 
#configuration ⇒ Types::Configuration
The configuration for the bot update.
| 1617 1618 1619 1620 1621 1622 1623 1624 | # File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1617 class UpdateAppInstanceBotRequest < Struct.new( :app_instance_bot_arn, :name, :metadata, :configuration) SENSITIVE = [:name, :metadata] include Aws::Structure end | 
#metadata ⇒ String
The metadata of the ‘AppInstanceBot`.
| 1617 1618 1619 1620 1621 1622 1623 1624 | # File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1617 class UpdateAppInstanceBotRequest < Struct.new( :app_instance_bot_arn, :name, :metadata, :configuration) SENSITIVE = [:name, :metadata] include Aws::Structure end | 
#name ⇒ String
The name of the ‘AppInstanceBot`.
| 1617 1618 1619 1620 1621 1622 1623 1624 | # File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1617 class UpdateAppInstanceBotRequest < Struct.new( :app_instance_bot_arn, :name, :metadata, :configuration) SENSITIVE = [:name, :metadata] include Aws::Structure end |