JobSummary

Provides summary information about a job, returned by the ListJobs operation. Use DescribeJob to get full details for a specific job.

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

The Amazon Resource Name (ARN) of the job.

Link copied to clipboard

The category of the job.

Link copied to clipboard

The name of the job.

Link copied to clipboard

The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.

Link copied to clipboard

The current status of the job.

Link copied to clipboard

The date and time that the job was last modified.

Functions

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