Class: Aws::EKS::Types::UpdateNodegroupConfigResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



6547
6548
6549
6550
6551
# File 'lib/aws-sdk-eks/types.rb', line 6547

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