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.
1959 1960 1961 1962 1963 1964 1965 1966 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1959 class JobSummary < Struct.new( :job_id, :status, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID of the job.
1959 1960 1961 1962 1963 1964 1965 1966 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1959 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.
1959 1960 1961 1962 1963 1964 1965 1966 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1959 class JobSummary < Struct.new( :job_id, :status, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the job.
1959 1960 1961 1962 1963 1964 1965 1966 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1959 class JobSummary < Struct.new( :job_id, :status, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |