Class: Aws::EKS::Types::DeleteAddonResponse

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

#addonTypes::Addon

An Amazon EKS add-on. For more information, see Amazon EKS add-ons in the Amazon EKS User Guide.

Returns:



1929
1930
1931
1932
1933
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1929

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