Class: Aws::SESV2::Types::GetImportJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::GetImportJobResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #completed_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time stamp of when the import job was completed.
 - 
  
    
      #created_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time stamp of when the import job was created.
 - 
  
    
      #failed_records_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of records that failed processing because of invalid input or other reasons.
 - 
  
    
      #failure_info  ⇒ Types::FailureInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The failure details about an import job.
 - 
  
    
      #import_data_source  ⇒ Types::ImportDataSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data source of the import job.
 - 
  
    
      #import_destination  ⇒ Types::ImportDestination 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The destination of the import job.
 - 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A string that represents the import job ID.
 - 
  
    
      #job_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the import job.
 - 
  
    
      #processed_records_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current number of records processed.
 
Instance Attribute Details
#completed_timestamp ⇒ Time
The time stamp of when the import job was completed.
      3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3643 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end  | 
  
#created_timestamp ⇒ Time
The time stamp of when the import job was created.
      3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3643 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end  | 
  
#failed_records_count ⇒ Integer
The number of records that failed processing because of invalid input or other reasons.
      3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3643 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end  | 
  
#failure_info ⇒ Types::FailureInfo
The failure details about an import job.
      3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3643 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end  | 
  
#import_data_source ⇒ Types::ImportDataSource
The data source of the import job.
      3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3643 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end  | 
  
#import_destination ⇒ Types::ImportDestination
The destination of the import job.
      3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3643 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end  | 
  
#job_id ⇒ String
A string that represents the import job ID.
      3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3643 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end  | 
  
#job_status ⇒ String
The status of the import job.
      3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3643 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end  | 
  
#processed_records_count ⇒ Integer
The current number of records processed.
      3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3643 class GetImportJobResponse < Struct.new( :job_id, :import_destination, :import_data_source, :failure_info, :job_status, :created_timestamp, :completed_timestamp, :processed_records_count, :failed_records_count) SENSITIVE = [] include Aws::Structure end  |