ChangeProgressDetailsResponse

data class ChangeProgressDetailsResponse(val changeId: String? = null, val configChangeStatus: ConfigChangeStatusEnumValueResponse? = null, val initiatedBy: InitiatedByEnumValueResponse? = null, val lastUpdatedTime: String? = null, val message: String? = null, val startTime: String? = null)

Definition of ChangeProgressDetails

Constructors

Link copied to clipboard
constructor(changeId: String? = null, configChangeStatus: ConfigChangeStatusEnumValueResponse? = null, initiatedBy: InitiatedByEnumValueResponse? = null, lastUpdatedTime: String? = null, message: String? = null, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val changeId: String? = null

The ID of the configuration change.

Link copied to clipboard

The current status of the configuration change.

Link copied to clipboard

The IAM principal who initiated the configuration change.

Link copied to clipboard
val lastUpdatedTime: String? = null

The last time that the configuration change was updated.

Link copied to clipboard
val message: String? = null

A message corresponding to the status of the configuration change.

Link copied to clipboard
val startTime: String? = null

The time that the configuration change was initiated, in Universal Coordinated Time (UTC).