Class: Aws::LexModelsV2::Types::TestSetExportSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::TestSetExportSpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains information about the test set that is exported.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #test_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the test set.
 
Instance Attribute Details
#test_set_id ⇒ String
The unique identifier of the test set.
      13737 13738 13739 13740 13741  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13737 class TestSetExportSpecification < Struct.new( :test_set_id) SENSITIVE = [] include Aws::Structure end  |