Class: Aws::DataZone::Types::JobRunSummary

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

Overview

The job run summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ Time

The timestamp at which job run was created.

Returns:

  • (Time)


13720
13721
13722
13723
13724
13725
13726
13727
13728
13729
13730
13731
13732
13733
13734
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13720

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.

Returns:

  • (String)


13720
13721
13722
13723
13724
13725
13726
13727
13728
13729
13730
13731
13732
13733
13734
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13720

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.

Returns:

  • (String)


13720
13721
13722
13723
13724
13725
13726
13727
13728
13729
13730
13731
13732
13733
13734
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13720

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.

Returns:

  • (Time)


13720
13721
13722
13723
13724
13725
13726
13727
13728
13729
13730
13731
13732
13733
13734
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13720

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.

Returns:



13720
13721
13722
13723
13724
13725
13726
13727
13728
13729
13730
13731
13732
13733
13734
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13720

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.

Returns:

  • (String)


13720
13721
13722
13723
13724
13725
13726
13727
13728
13729
13730
13731
13732
13733
13734
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13720

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.

Returns:

  • (String)


13720
13721
13722
13723
13724
13725
13726
13727
13728
13729
13730
13731
13732
13733
13734
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13720

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.

Returns:

  • (String)


13720
13721
13722
13723
13724
13725
13726
13727
13728
13729
13730
13731
13732
13733
13734
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13720

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.

Returns:

  • (String)


13720
13721
13722
13723
13724
13725
13726
13727
13728
13729
13730
13731
13732
13733
13734
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13720

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.

Returns:

  • (Time)


13720
13721
13722
13723
13724
13725
13726
13727
13728
13729
13730
13731
13732
13733
13734
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13720

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.

Returns:

  • (String)


13720
13721
13722
13723
13724
13725
13726
13727
13728
13729
13730
13731
13732
13733
13734
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13720

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