GetJobResponse

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN for the job.

Link copied to clipboard

The date and time that the job was created, in ISO 8601 format.

Link copied to clipboard

Details about the job.

Link copied to clipboard

The errors associated with jobs.

Link copied to clipboard
val id: String?

The unique identifier for the job.

Link copied to clipboard
val state: State?

The state of the job.

Link copied to clipboard
val type: Type?

The job type.

Link copied to clipboard

The date and time that the job was last updated, in ISO 8601 format.

Functions

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