Class: Aws::SESV2::Types::GetImportJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::GetImportJobRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
Represents a request for information about an import job using the import job ID.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the import job.
 
Instance Attribute Details
#job_id ⇒ String
The ID of the import job.
      3595 3596 3597 3598 3599  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3595 class GetImportJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end  |