Class: Aws::EntityResolution::Types::JobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::JobSummary
- 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
-
#end_time ⇒ Time
The time at which the job has finished.
-
#job_id ⇒ String
The ID of the job.
-
#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.
2071 2072 2073 2074 2075 2076 2077 2078 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2071 class JobSummary < Struct.new( :job_id, :status, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID of the job.
2071 2072 2073 2074 2075 2076 2077 2078 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2071 class JobSummary < Struct.new( :job_id, :status, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time at which the job was started.
2071 2072 2073 2074 2075 2076 2077 2078 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2071 class JobSummary < Struct.new( :job_id, :status, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the job.
2071 2072 2073 2074 2075 2076 2077 2078 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2071 class JobSummary < Struct.new( :job_id, :status, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |