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:



9427
9428
9429
9430
9431
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 9427

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