Class: Aws::EKS::Types::DeleteAddonResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::DeleteAddonResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #addon  ⇒ Types::Addon 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An Amazon EKS add-on.
 
Instance Attribute Details
#addon ⇒ Types::Addon
An Amazon EKS add-on. For more information, see [Amazon EKS add-ons] in the *Amazon EKS User Guide*.
[1]: docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html
      2042 2043 2044 2045 2046  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2042 class DeleteAddonResponse < Struct.new( :addon) SENSITIVE = [] include Aws::Structure end  |