DescribeUpdateRequest

Describes an update request.

Types

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

Properties

Link copied to clipboard

The name of the add-on. The name must match one of the names returned by ListAddons. This parameter is required if the update is an add-on update.

Link copied to clipboard
val name: String?

The name of the Amazon EKS cluster associated with the update.

Link copied to clipboard

The name of the Amazon EKS node group associated with the update. This parameter is required if the update is a node group update.

Link copied to clipboard

The ID of the update to describe.

Functions

Link copied to clipboard
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