Class: Aws::Comprehend::Types::DescribeSentimentDetectionJobRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Comprehend::Types::DescribeSentimentDetectionJobRequest
 
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier that Amazon Comprehend generated for the job. 
Instance Attribute Details
#job_id ⇒ String
The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its response.
| 2254 2255 2256 2257 2258 | # File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2254 class DescribeSentimentDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |