Job

class Job

Represents information about a job.

Types

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

Properties

Link copied to clipboard

The ID of the Amazon Web Services account to use when performing the job.

Link copied to clipboard

Other data about a job.

Link copied to clipboard
val id: String?

The unique system-generated ID of the job.

Link copied to clipboard

A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeJob request.

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