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
show all
Defined in:
(unknown)

Overview

An object representing the details of an update request.

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The keys associated with an update request.

Possible values:

  • Version
  • PlatformVersion
  • EndpointPrivateAccess
  • EndpointPublicAccess
  • ClusterLogging
  • DesiredSize
  • LabelsToAdd
  • LabelsToRemove
  • MaxSize
  • MinSize
  • ReleaseVersion
  • PublicAccessCidrs

Returns:

  • (String)

    The keys associated with an update request.

#valueString

The value of the keys submitted as part of an update request.

Returns:

  • (String)

    The value of the keys submitted as part of an update request.