Class: Aws::EntityResolution::Types::GetMatchingJobOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
# File 'lib/aws-sdk-entityresolution/types.rb', line 1068

class GetMatchingJobOutput < 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:



1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
# File 'lib/aws-sdk-entityresolution/types.rb', line 1068

class GetMatchingJobOutput < 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)


1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
# File 'lib/aws-sdk-entityresolution/types.rb', line 1068

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

#metricsTypes::JobMetrics

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

Returns:



1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
# File 'lib/aws-sdk-entityresolution/types.rb', line 1068

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

#output_source_configArray<Types::JobOutputSource>

A list of ‘OutputSource` objects.

Returns:



1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
# File 'lib/aws-sdk-entityresolution/types.rb', line 1068

class GetMatchingJobOutput < 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)


1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
# File 'lib/aws-sdk-entityresolution/types.rb', line 1068

class GetMatchingJobOutput < 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)


1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
# File 'lib/aws-sdk-entityresolution/types.rb', line 1068

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