JobRunSummary

The summary of attributes associated with a job run.

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 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 of when the job run attempt was created.

Link copied to clipboard

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

Link copied to clipboard

The date and time when the job run was created.

Link copied to clipboard

The user who created the job run.

Link copied to clipboard

The execution role ARN of the job run.

Link copied to clipboard
val id: String

The ID of the job run.

Link copied to clipboard

The mode of the job run.

Link copied to clipboard
val name: String?

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

Link copied to clipboard

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

Link copied to clipboard

The state of the job run.

Link copied to clipboard

The state details of the job run.

Link copied to clipboard
val type: String?

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: JobRunSummary.Builder.() -> Unit = {}): JobRunSummary
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