UpdateStageStatusResponse

data class UpdateStageStatusResponse(val afterStageWaitStatus: WaitStatusResponse, val groups: List<UpdateGroupStatusResponse>, val name: String, val status: UpdateStatusResponse)

The status of a UpdateStage.

Constructors

Link copied to clipboard
constructor(afterStageWaitStatus: WaitStatusResponse, groups: List<UpdateGroupStatusResponse>, name: String, status: UpdateStatusResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status of the wait period configured on the UpdateStage.

Link copied to clipboard

The list of groups to be updated as part of this UpdateStage.

Link copied to clipboard

The name of the UpdateStage.

Link copied to clipboard

The status of the UpdateStage.