Class: Aws::EMRServerless::Types::JobRunAttemptSummary

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

Overview

The summary of attributes associated with a job run attempt.

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)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the job run.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end

#attemptInteger

The attempt number of the job run execution.

Returns:

  • (Integer)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

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

Returns:

  • (Time)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user who created the job run.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end

#execution_roleString

The Amazon Resource Name (ARN) of the execution role of the job run..

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the job run attempt.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end

#job_created_atTime

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

Returns:

  • (Time)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end

#modeString

The mode of the job run attempt.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the job run attempt.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end

#release_labelString

The Amazon EMR release label of the job run attempt.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the job run attempt.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end

#state_detailsString

The state details of the job run attempt.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the job run, such as Spark or Hive.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

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

Returns:

  • (Time)


1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-emrserverless/types.rb', line 1127

class JobRunAttemptSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :mode,
  :arn,
  :created_by,
  :job_created_at,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type,
  :attempt)
  SENSITIVE = []
  include Aws::Structure
end