You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EKS::Types::UpdateParam
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::UpdateParam
 
 
- Defined in:
 - (unknown)
 
Overview
An object representing the details of an update request.
Instance Attribute Summary collapse
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The keys associated with an update request.
 - 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the keys submitted as part of an update request.
 
Instance Attribute Details
#type ⇒ String
The keys associated with an update request.
Possible values:
- Version
 - PlatformVersion
 - EndpointPrivateAccess
 - EndpointPublicAccess
 - ClusterLogging
 - DesiredSize
 - LabelsToAdd
 - LabelsToRemove
 - MaxSize
 - MinSize
 - ReleaseVersion
 - PublicAccessCidrs
 
#value ⇒ String
The value of the keys submitted as part of an update request.