AttemptDetail

An object that represents a job attempt.

Types

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

Properties

Link copied to clipboard

The details for the container in this job attempt.

Link copied to clipboard

The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from the STARTING state to the RUNNING state).

Link copied to clipboard

A short, human-readable string to provide additional details for the current status of the job attempt.

Link copied to clipboard

The Unix timestamp (in milliseconds) for when the attempt was stopped (when the attempt transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED).

Link copied to clipboard

The properties for a task definition that describes the container and volume definitions of an Amazon ECS task.

Functions

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