Class: Aws::DataExchange::Types::GetJobRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DataExchange::Types::GetJobRequest
 
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for a job. 
Instance Attribute Details
#job_id ⇒ String
The unique identifier for a job.
| 1804 1805 1806 1807 1808 | # File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1804 class GetJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |