ManagedAction

The record of an upcoming or in-progress managed action.

Types

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

Properties

Link copied to clipboard

A description of the managed action.

Link copied to clipboard

A unique identifier for the managed action.

Link copied to clipboard

The type of managed action.

Link copied to clipboard

The status of the managed action. If the action is Scheduled, you can apply it immediately with ApplyEnvironmentManagedAction.

Link copied to clipboard

The start time of the maintenance window in which the managed action will execute.

Functions

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