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
- Struct
- Aws::EKS::Types::UpdateClusterVersionRequest
 
- 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
- 
  
    
      #client_request_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the Amazon EKS cluster to update. 
- 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The desired Kubernetes version following a successful update. 
Instance Attribute Details
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
#name ⇒ String
The name of the Amazon EKS cluster to update.
#version ⇒ String
The desired Kubernetes version following a successful update.