Class: Aws::DataZone::Types::JobRunSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::JobRunSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The job run summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp at which job run was created.
-
#created_by ⇒ String
The user who created the job run.
-
#domain_id ⇒ String
The domain ID of the job run.
-
#end_time ⇒ Time
The end time of a job run.
-
#error ⇒ Types::JobRunError
The error of a job run.
-
#job_id ⇒ String
The job ID of a job run.
-
#job_type ⇒ String
The job type of a job run.
-
#run_id ⇒ String
The run ID of a job run.
-
#run_mode ⇒ String
The run mode of a job run.
-
#start_time ⇒ Time
The start time of a job run.
-
#status ⇒ String
The status of a job run.
Instance Attribute Details
#created_at ⇒ Time
The timestamp at which job run was created.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 |
# File 'lib/aws-sdk-datazone/types.rb', line 13220 class JobRunSummary < Struct.new( :domain_id, :job_id, :job_type, :run_id, :run_mode, :status, :error, :created_by, :created_at, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user who created the job run.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 |
# File 'lib/aws-sdk-datazone/types.rb', line 13220 class JobRunSummary < Struct.new( :domain_id, :job_id, :job_type, :run_id, :run_mode, :status, :error, :created_by, :created_at, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The domain ID of the job run.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 |
# File 'lib/aws-sdk-datazone/types.rb', line 13220 class JobRunSummary < Struct.new( :domain_id, :job_id, :job_type, :run_id, :run_mode, :status, :error, :created_by, :created_at, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The end time of a job run.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 |
# File 'lib/aws-sdk-datazone/types.rb', line 13220 class JobRunSummary < Struct.new( :domain_id, :job_id, :job_type, :run_id, :run_mode, :status, :error, :created_by, :created_at, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Types::JobRunError
The error of a job run.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 |
# File 'lib/aws-sdk-datazone/types.rb', line 13220 class JobRunSummary < Struct.new( :domain_id, :job_id, :job_type, :run_id, :run_mode, :status, :error, :created_by, :created_at, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID of a job run.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 |
# File 'lib/aws-sdk-datazone/types.rb', line 13220 class JobRunSummary < Struct.new( :domain_id, :job_id, :job_type, :run_id, :run_mode, :status, :error, :created_by, :created_at, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#job_type ⇒ String
The job type of a job run.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 |
# File 'lib/aws-sdk-datazone/types.rb', line 13220 class JobRunSummary < Struct.new( :domain_id, :job_id, :job_type, :run_id, :run_mode, :status, :error, :created_by, :created_at, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The run ID of a job run.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 |
# File 'lib/aws-sdk-datazone/types.rb', line 13220 class JobRunSummary < Struct.new( :domain_id, :job_id, :job_type, :run_id, :run_mode, :status, :error, :created_by, :created_at, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#run_mode ⇒ String
The run mode of a job run.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 |
# File 'lib/aws-sdk-datazone/types.rb', line 13220 class JobRunSummary < Struct.new( :domain_id, :job_id, :job_type, :run_id, :run_mode, :status, :error, :created_by, :created_at, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of a job run.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 |
# File 'lib/aws-sdk-datazone/types.rb', line 13220 class JobRunSummary < Struct.new( :domain_id, :job_id, :job_type, :run_id, :run_mode, :status, :error, :created_by, :created_at, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a job run.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 |
# File 'lib/aws-sdk-datazone/types.rb', line 13220 class JobRunSummary < Struct.new( :domain_id, :job_id, :job_type, :run_id, :run_mode, :status, :error, :created_by, :created_at, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |