class Aws::EKS::Types::DescribeAddonVersionsRequest

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

data as a hash:

    {
      kubernetes_version: "String",
      max_results: 1,
      next_token: "String",
      addon_name: "String",
    }

@!attribute [rw] kubernetes_version

The Kubernetes versions that the add-on can be used with.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return.
@return [Integer]

@!attribute [rw] next_token

The `nextToken` value returned from a previous paginated
`DescribeAddonVersionsRequest` where `maxResults` was used and the
results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the `nextToken`
value.

<note markdown="1"> This token should be treated as an opaque identifier that is used
only to retrieve the next items in a list and not for other
programmatic purposes.

 </note>
@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/DescribeAddonVersionsRequest AWS API Documentation

Constants

SENSITIVE