Class: Aws::EntityResolution::Types::JobSummary

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

Overview

An object containing the JobId, Status, StartTime, and EndTime of a job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time at which the job has finished.

Returns:

  • (Time)


1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1749

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

#job_idString

The ID of the job.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1749

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

#start_timeTime

The time at which the job was started.

Returns:

  • (Time)


1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1749

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

#statusString

The current status of the job.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1749

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