Class: Aws::EKS::Types::UpdateClusterVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#updateTypes::Update

The full description of the specified update

Returns:



6731
6732
6733
6734
6735
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6731

class UpdateClusterVersionResponse < Struct.new(
  :update)
  SENSITIVE = []
  include Aws::Structure
end