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

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:



7334
7335
7336
7337
7338
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7334

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