class Aws::EKS::Types::DescribeUpdateRequest

@note When making an API call, you may pass DescribeUpdateRequest

data as a hash:

    {
      name: "String", # required
      update_id: "String", # required
      nodegroup_name: "String",
      addon_name: "String",
    }

@!attribute [rw] name

The name of the Amazon EKS cluster associated with the update.
@return [String]

@!attribute [rw] update_id

The ID of the update to describe.
@return [String]

@!attribute [rw] nodegroup_name

The name of the Amazon EKS node group associated with the update.
@return [String]

@!attribute [rw] addon_name

The name of the add-on. The name must match one of the names
returned by [ `ListAddons` ][1].

[1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeUpdateRequest AWS API Documentation

Constants

SENSITIVE