Class: Aws::EntityResolution::Types::GetIdMappingJobOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time at which the job has finished.

Returns:

  • (Time)


805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 805

class GetIdMappingJobOutput < Struct.new(
  :end_time,
  :error_details,
  :job_id,
  :metrics,
  :output_source_config,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#error_detailsTypes::ErrorDetails

An object containing an error message, if there was an error.

Returns:



805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 805

class GetIdMappingJobOutput < Struct.new(
  :end_time,
  :error_details,
  :job_id,
  :metrics,
  :output_source_config,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The ID of the job.

Returns:

  • (String)


805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 805

class GetIdMappingJobOutput < Struct.new(
  :end_time,
  :error_details,
  :job_id,
  :metrics,
  :output_source_config,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#metricsTypes::IdMappingJobMetrics

Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.



805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 805

class GetIdMappingJobOutput < Struct.new(
  :end_time,
  :error_details,
  :job_id,
  :metrics,
  :output_source_config,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#output_source_configArray<Types::IdMappingJobOutputSource>

A list of OutputSource objects.



805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 805

class GetIdMappingJobOutput < Struct.new(
  :end_time,
  :error_details,
  :job_id,
  :metrics,
  :output_source_config,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time at which the job was started.

Returns:

  • (Time)


805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 805

class GetIdMappingJobOutput < Struct.new(
  :end_time,
  :error_details,
  :job_id,
  :metrics,
  :output_source_config,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the job.

Returns:

  • (String)


805
806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 805

class GetIdMappingJobOutput < Struct.new(
  :end_time,
  :error_details,
  :job_id,
  :metrics,
  :output_source_config,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end