Class: Aws::LexModelsV2::Types::BotAliasTestExecutionTarget
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::BotAliasTestExecutionTarget
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
The target Amazon S3 location for the test set execution using a bot alias.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bot_alias_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The bot alias Id of the bot alias used in the test set execution.
 - 
  
    
      #bot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The bot Id of the bot alias used in the test set execution.
 - 
  
    
      #locale_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The locale Id of the bot alias used in the test set execution.
 
Instance Attribute Details
#bot_alias_id ⇒ String
The bot alias Id of the bot alias used in the test set execution.
      2092 2093 2094 2095 2096 2097 2098  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2092 class BotAliasTestExecutionTarget < Struct.new( :bot_id, :bot_alias_id, :locale_id) SENSITIVE = [] include Aws::Structure end  | 
  
#bot_id ⇒ String
The bot Id of the bot alias used in the test set execution.
      2092 2093 2094 2095 2096 2097 2098  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2092 class BotAliasTestExecutionTarget < Struct.new( :bot_id, :bot_alias_id, :locale_id) SENSITIVE = [] include Aws::Structure end  | 
  
#locale_id ⇒ String
The locale Id of the bot alias used in the test set execution.
      2092 2093 2094 2095 2096 2097 2098  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2092 class BotAliasTestExecutionTarget < Struct.new( :bot_id, :bot_alias_id, :locale_id) SENSITIVE = [] include Aws::Structure end  |