ProgressDetail

Information about the progress of a deployment job.

Types

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

Properties

Link copied to clipboard

The current progress status.

Link copied to clipboard

Estimated amount of time in seconds remaining in the step. This currently only applies to the Downloading/Extracting step of the deployment. It is empty for other steps.

Link copied to clipboard

Precentage of the step that is done. This currently only applies to the Downloading/Extracting step of the deployment. It is empty for other steps.

Link copied to clipboard

The Amazon Resource Name (ARN) of the deployment job.

Functions

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