RollbackDetails

Details about an instance refresh rollback.

Types

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

Properties

Link copied to clipboard

Indicates the value of InstancesToUpdate at the time the rollback started.

Link copied to clipboard

Indicates the value of PercentageComplete at the time the rollback started.

Link copied to clipboard

Reports progress on replacing instances in an Auto Scaling group that has a warm pool. This includes separate details for instances in the warm pool and instances in the Auto Scaling group (the live pool).

Link copied to clipboard

The reason for this instance refresh rollback (for example, whether a manual or automatic rollback was initiated).

Link copied to clipboard

The date and time at which the rollback began.

Functions

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