Job

class Job

A job is an asynchronous workflow.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of a Job.

Link copied to clipboard

The date and time of when the Job was created.

Link copied to clipboard

The date and time of when the Job ended.

Link copied to clipboard

A string representing who initiated the Job.

Link copied to clipboard

The ID of the Job.

Link copied to clipboard

A list of resources that the Job is acting upon.

Link copied to clipboard

A list of servers that the Job is acting upon.

Link copied to clipboard

The status of the Job.

Link copied to clipboard

A list of tags associated with the Job.

Link copied to clipboard

The type of 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