JobRunAttemptSummary

The summary of attributes associated with a job run attempt.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the application the job is running on.

Link copied to clipboard
val arn: String

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

Link copied to clipboard
val attempt: Int?

The attempt number of the job run execution.

Link copied to clipboard

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

Link copied to clipboard

The user who created the job run.

Link copied to clipboard

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

Link copied to clipboard
val id: String

The ID of the job run attempt.

Link copied to clipboard

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

Link copied to clipboard

The mode of the job run attempt.

Link copied to clipboard
val name: String?

The name of the job run attempt.

Link copied to clipboard

The Amazon EMR release label of the job run attempt.

Link copied to clipboard

The state of the job run attempt.

Link copied to clipboard

The state details of the job run attempt.

Link copied to clipboard
val type: String?

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String