Class: Aws::Comprehend::Types::StopDominantLanguageDetectionJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Comprehend::Types::StopDominantLanguageDetectionJobRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehend/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the dominant language detection job to stop.
 
Instance Attribute Details
#job_id ⇒ String
The identifier of the dominant language detection job to stop.
      7862 7863 7864 7865 7866  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 7862 class StopDominantLanguageDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end  |