Job

class Job

Search shape for Job. Mirrors DescribeJobResponse fields. If you update DescribeJobResponse, update this structure as well.

Types

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

Properties

Link copied to clipboard

The date and time that the job was created.

Link copied to clipboard

The date and time that the job ended.

Link copied to clipboard

If the job failed, the reason it failed.

Link copied to clipboard

The Amazon Resource Name (ARN) of the job.

Link copied to clipboard

The category of the job.

Link copied to clipboard

The JSON configuration document for the job.

Link copied to clipboard

The schema version used for the job configuration document.

Link copied to clipboard

The name of the job.

Link copied to clipboard

The current status of the job.

Link copied to clipboard

The date and time that the job was last modified.

Link copied to clipboard

The ARN of the IAM role associated with the job.

Link copied to clipboard

The detailed secondary status of the job, providing more granular information about the job's progress.

Link copied to clipboard

A list of secondary status transitions for the job, with timestamps and optional status messages.

Link copied to clipboard
val tags: List<Tag>?

The tags associated with the job.

Functions

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