Class: Aws::EMRServerless::Types::JobRun

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

Overview

Information about a job run. A job run is a unit of work, such as a Spark JAR, Hive query, or SparkSQL query, that you submit to an Amazon EMR Serverless application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application the job is running on.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The execution role ARN of the job run.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#attemptInteger

The attempt of the job run.

Returns:

  • (Integer)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#attempt_created_atTime

The date and time of when the job run attempt was created.

Returns:

  • (Time)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#attempt_updated_atTime

The date and time of when the job run attempt was last updated.

Returns:

  • (Time)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#billed_resource_utilizationTypes::ResourceUtilization

The aggregate vCPU, memory, and storage that Amazon Web Services has billed for the job run. The billed resources include a 1-minute minimum usage for workers, plus additional storage over 20 GB per worker. Note that billed resources do not include usage for idle pre-initialized workers.



1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_overridesTypes::ConfigurationOverrides

The configuration settings that are used to override default configuration.



1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time when the job run was created.

Returns:

  • (Time)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user who created the job run.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#ended_atTime

The date and time when the job was terminated.

Returns:

  • (Time)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#execution_iam_policyTypes::JobRunExecutionIamPolicy

Optional IAM policy. The resulting job IAM role permissions will be an intersection of the policies passed and the policy associated with your job execution role.



1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#execution_roleString

The execution role ARN of the job run.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#execution_timeout_minutesInteger

Returns the job run timeout value from the StartJobRun call. If no timeout was specified, then it returns the default timeout of 720 minutes.

Returns:

  • (Integer)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#job_driverTypes::JobDriver

The job driver for the job run.

Returns:



1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#job_run_idString

The ID of the job run.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#modeString

The mode of the job run.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The optional job run name. This doesn't have to be unique.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#network_configurationTypes::NetworkConfiguration

The network configuration for customer VPC connectivity.



1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#queued_duration_millisecondsInteger

The total time for a job in the QUEUED state in milliseconds.

Returns:

  • (Integer)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#release_labelString

The Amazon EMR release associated with the application your job is running on.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#retry_policyTypes::RetryPolicy

The retry policy of the job run.

Returns:



1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The date and time when the job moved to the RUNNING state.

Returns:

  • (Time)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the job run.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#state_detailsString

The state details of the job run.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags assigned to the job run.

Returns:

  • (Hash<String,String>)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#total_execution_duration_secondsInteger

The job run total execution duration in seconds. This field is only available for job runs in a COMPLETED, FAILED, or CANCELLED state.

Returns:

  • (Integer)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#total_resource_utilizationTypes::TotalResourceUtilization

The aggregate vCPU, memory, and storage resources used from the time the job starts to execute, until the time the job terminates, rounded up to the nearest second.



1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time when the job run was updated.

Returns:

  • (Time)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1066

class JobRun < Struct.new(
  :application_id,
  :job_run_id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :execution_iam_policy,
  :state,
  :state_details,
  :release_label,
  :configuration_overrides,
  :job_driver,
  :tags,
  :total_resource_utilization,
  :network_configuration,
  :total_execution_duration_seconds,
  :execution_timeout_minutes,
  :billed_resource_utilization,
  :mode,
  :retry_policy,
  :attempt,
  :attempt_created_at,
  :attempt_updated_at,
  :started_at,
  :ended_at,
  :queued_duration_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end