Class: Aws::EntityResolution::Types::GetMatchingJobOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EntityResolution::Types::GetMatchingJobOutput
 
- Defined in:
- gems/aws-sdk-entityresolution/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 unique identifier of the matching job. 
- 
  
    
      #metrics  ⇒ Types::JobMetrics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped. 
- 
  
    
      #output_source_config  ⇒ Array<Types::JobOutputSource> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of OutputSourceobjects.
- 
  
    
      #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.
| 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1192 class GetMatchingJobOutput < Struct.new( :job_id, :status, :start_time, :end_time, :metrics, :error_details, :output_source_config) SENSITIVE = [] include Aws::Structure end | 
#error_details ⇒ Types::ErrorDetails
An object containing an error message, if there was an error.
| 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1192 class GetMatchingJobOutput < Struct.new( :job_id, :status, :start_time, :end_time, :metrics, :error_details, :output_source_config) SENSITIVE = [] include Aws::Structure end | 
#job_id ⇒ String
The unique identifier of the matching job.
| 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1192 class GetMatchingJobOutput < Struct.new( :job_id, :status, :start_time, :end_time, :metrics, :error_details, :output_source_config) SENSITIVE = [] include Aws::Structure end | 
#metrics ⇒ Types::JobMetrics
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
| 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1192 class GetMatchingJobOutput < Struct.new( :job_id, :status, :start_time, :end_time, :metrics, :error_details, :output_source_config) SENSITIVE = [] include Aws::Structure end | 
#output_source_config ⇒ Array<Types::JobOutputSource>
A list of OutputSource objects.
| 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1192 class GetMatchingJobOutput < Struct.new( :job_id, :status, :start_time, :end_time, :metrics, :error_details, :output_source_config) SENSITIVE = [] include Aws::Structure end | 
#start_time ⇒ Time
The time at which the job was started.
| 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1192 class GetMatchingJobOutput < Struct.new( :job_id, :status, :start_time, :end_time, :metrics, :error_details, :output_source_config) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The current status of the job.
| 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1192 class GetMatchingJobOutput < Struct.new( :job_id, :status, :start_time, :end_time, :metrics, :error_details, :output_source_config) SENSITIVE = [] include Aws::Structure end |