class Aws::EKS::Types::UpdateClusterVersionRequest
@note When making an API call, you may pass UpdateClusterVersionRequest
data as a hash: { name: "String", # required version: "String", # required client_request_token: "String", }
@!attribute [rw] name
The name of the Amazon EKS cluster to update. @return [String]
@!attribute [rw] version
The desired Kubernetes version following a successful update. @return [String]
@!attribute [rw] client_request_token
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterVersionRequest AWS API Documentation
Constants
- SENSITIVE