Class: Aws::LookoutEquipment::Types::DescribeDataIngestionJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::DescribeDataIngestionJobRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The job ID of the data ingestion job.
 
Instance Attribute Details
#job_id ⇒ String
The job ID of the data ingestion job.
      886 887 888 889 890  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 886 class DescribeDataIngestionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end  |