You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EKS::Types::UpdateClusterVersionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateClusterVersionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "String", # required
  version: "String", # required
  client_request_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Returns:

  • (String)

    Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

#nameString

The name of the Amazon EKS cluster to update.

Returns:

  • (String)

    The name of the Amazon EKS cluster to update.

#versionString

The desired Kubernetes version following a successful update.

Returns:

  • (String)

    The desired Kubernetes version following a successful update.