Class: Aws::EKS::Types::UpdateAddonResponse

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:



5749
5750
5751
5752
5753
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5749

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