Class: Aws::EKS::Types::UpdateNodegroupVersionResponse

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

An object representing an asynchronous update.

Returns:



8322
8323
8324
8325
8326
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 8322

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