Job

class Job

Describes an execution job for an Amplify app.

Types

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

Properties

Link copied to clipboard

The execution steps for an execution job, for an Amplify app.

Link copied to clipboard

Describes the summary for an execution job for an Amplify app.

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