Class: Aws::EntityResolution::Types::GetIdMappingJobOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EntityResolution::Types::GetIdMappingJobOutput
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time at which the job has finished. 
- 
  
    
      #error_details  ⇒ Types::ErrorDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An object containing an error message, if there was an error. 
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the job. 
- 
  
    
      #metrics  ⇒ Types::IdMappingJobMetrics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped. 
- 
  
    
      #output_source_config  ⇒ Array<Types::IdMappingJobOutputSource> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of ‘OutputSource` objects. 
- 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time at which the job was started. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current status of the job. 
Instance Attribute Details
#end_time ⇒ Time
The time at which the job has finished.
| 808 809 810 811 812 813 814 815 816 817 818 | # File 'lib/aws-sdk-entityresolution/types.rb', line 808 class GetIdMappingJobOutput < Struct.new( :end_time, :error_details, :job_id, :metrics, :output_source_config, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#error_details ⇒ Types::ErrorDetails
An object containing an error message, if there was an error.
| 808 809 810 811 812 813 814 815 816 817 818 | # File 'lib/aws-sdk-entityresolution/types.rb', line 808 class GetIdMappingJobOutput < Struct.new( :end_time, :error_details, :job_id, :metrics, :output_source_config, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#job_id ⇒ String
The ID of the job.
| 808 809 810 811 812 813 814 815 816 817 818 | # File 'lib/aws-sdk-entityresolution/types.rb', line 808 class GetIdMappingJobOutput < Struct.new( :end_time, :error_details, :job_id, :metrics, :output_source_config, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#metrics ⇒ Types::IdMappingJobMetrics
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
| 808 809 810 811 812 813 814 815 816 817 818 | # File 'lib/aws-sdk-entityresolution/types.rb', line 808 class GetIdMappingJobOutput < Struct.new( :end_time, :error_details, :job_id, :metrics, :output_source_config, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#output_source_config ⇒ Array<Types::IdMappingJobOutputSource>
A list of ‘OutputSource` objects.
| 808 809 810 811 812 813 814 815 816 817 818 | # File 'lib/aws-sdk-entityresolution/types.rb', line 808 class GetIdMappingJobOutput < Struct.new( :end_time, :error_details, :job_id, :metrics, :output_source_config, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#start_time ⇒ Time
The time at which the job was started.
| 808 809 810 811 812 813 814 815 816 817 818 | # File 'lib/aws-sdk-entityresolution/types.rb', line 808 class GetIdMappingJobOutput < Struct.new( :end_time, :error_details, :job_id, :metrics, :output_source_config, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The current status of the job.
| 808 809 810 811 812 813 814 815 816 817 818 | # File 'lib/aws-sdk-entityresolution/types.rb', line 808 class GetIdMappingJobOutput < Struct.new( :end_time, :error_details, :job_id, :metrics, :output_source_config, :start_time, :status) SENSITIVE = [] include Aws::Structure end |