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:



6138
6139
6140
6141
6142
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6138

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