JobSummary

Describes the summary for 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 commit ID from a third-party repository provider for the job.

Link copied to clipboard

The commit message from a third-party repository provider for the job.

Link copied to clipboard

The commit date and time for the job.

Link copied to clipboard

The end date and time for the job.

Link copied to clipboard

The Amazon Resource Name (ARN) for the job.

Link copied to clipboard

The unique ID for the job.

Link copied to clipboard

The type for the job. If the value is RELEASE, the job was manually released from its source by using the StartJob API. If the value is RETRY, the job was manually retried using the StartJob API. If the value is WEB_HOOK, the job was automatically triggered by webhooks.

Link copied to clipboard

The start date and time for the job.

Link copied to clipboard

The current status for the job.

Functions

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