Class: Aws::EntityResolution::Types::JobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::JobSummary
- Includes:
- Structure
- Defined in:
- 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.
1855 1856 1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1855 class JobSummary < Struct.new( :end_time, :job_id, :start_time, :status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID of the job.
1855 1856 1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1855 class JobSummary < Struct.new( :end_time, :job_id, :start_time, :status) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time at which the job was started.
1855 1856 1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1855 class JobSummary < Struct.new( :end_time, :job_id, :start_time, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the job.
1855 1856 1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1855 class JobSummary < Struct.new( :end_time, :job_id, :start_time, :status) SENSITIVE = [] include Aws::Structure end |