Class: Aws::EKS::Types::UpdateClusterVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateClusterVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A 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
A 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.
6408 6409 6410 6411 6412 6413 6414 |
# File 'lib/aws-sdk-eks/types.rb', line 6408 class UpdateClusterVersionRequest < Struct.new( :name, :version, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon EKS cluster to update.
6408 6409 6410 6411 6412 6413 6414 |
# File 'lib/aws-sdk-eks/types.rb', line 6408 class UpdateClusterVersionRequest < Struct.new( :name, :version, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The desired Kubernetes version following a successful update.
6408 6409 6410 6411 6412 6413 6414 |
# File 'lib/aws-sdk-eks/types.rb', line 6408 class UpdateClusterVersionRequest < Struct.new( :name, :version, :client_request_token) SENSITIVE = [] include Aws::Structure end |