Class: Aws::LexModelsV2::Types::UpdateTestSetRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::UpdateTestSetRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new test set description.
 - 
  
    
      #test_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The test set Id for which update test operation to be performed.
 - 
  
    
      #test_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new test set name.
 
Instance Attribute Details
#description ⇒ String
The new test set description.
      15351 15352 15353 15354 15355 15356 15357  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15351 class UpdateTestSetRequest < Struct.new( :test_set_id, :test_set_name, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#test_set_id ⇒ String
The test set Id for which update test operation to be performed.
      15351 15352 15353 15354 15355 15356 15357  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15351 class UpdateTestSetRequest < Struct.new( :test_set_id, :test_set_name, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#test_set_name ⇒ String
The new test set name.
      15351 15352 15353 15354 15355 15356 15357  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15351 class UpdateTestSetRequest < Struct.new( :test_set_id, :test_set_name, :description) SENSITIVE = [] include Aws::Structure end  |