JobDetails

Represents information about the details of a job.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID associated with the job.

Link copied to clipboard

Represents other information about a job required for a job worker to complete the job.

Link copied to clipboard
val id: String?

The unique system-generated ID of the job.

Functions

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