class Aws::EKS::Types::DescribeAddonRequest

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

data as a hash:

    {
      cluster_name: "ClusterName", # required
      addon_name: "String", # required
    }

@!attribute [rw] cluster_name

The name of the cluster.
@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/DescribeAddonRequest AWS API Documentation

Constants

SENSITIVE