Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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_atTime

The timestamp at which job run was created.

Returns:

  • (Time)

11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11043

class JobRunSummary < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :end_time,
  :error,
  :job_id,
  :job_type,
  :run_id,
  :run_mode,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user who created the job run.

Returns:

  • (String)

11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11043

class JobRunSummary < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :end_time,
  :error,
  :job_id,
  :job_type,
  :run_id,
  :run_mode,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The domain ID of the job run.

Returns:

  • (String)

11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11043

class JobRunSummary < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :end_time,
  :error,
  :job_id,
  :job_type,
  :run_id,
  :run_mode,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end time of a job run.

Returns:

  • (Time)

11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11043

class JobRunSummary < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :end_time,
  :error,
  :job_id,
  :job_type,
  :run_id,
  :run_mode,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::JobRunError

The error of a job run.

Returns:


11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11043

class JobRunSummary < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :end_time,
  :error,
  :job_id,
  :job_type,
  :run_id,
  :run_mode,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The job ID of a job run.

Returns:

  • (String)

11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11043

class JobRunSummary < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :end_time,
  :error,
  :job_id,
  :job_type,
  :run_id,
  :run_mode,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#job_typeString

The job type of a job run.

Returns:

  • (String)

11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11043

class JobRunSummary < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :end_time,
  :error,
  :job_id,
  :job_type,
  :run_id,
  :run_mode,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The run ID of a job run.

Returns:

  • (String)

11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11043

class JobRunSummary < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :end_time,
  :error,
  :job_id,
  :job_type,
  :run_id,
  :run_mode,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#run_modeString

The run mode of a job run.

Returns:

  • (String)

11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11043

class JobRunSummary < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :end_time,
  :error,
  :job_id,
  :job_type,
  :run_id,
  :run_mode,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of a job run.

Returns:

  • (Time)

11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11043

class JobRunSummary < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :end_time,
  :error,
  :job_id,
  :job_type,
  :run_id,
  :run_mode,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of a job run.

Returns:

  • (String)

11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11043

class JobRunSummary < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :end_time,
  :error,
  :job_id,
  :job_type,
  :run_id,
  :run_mode,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end