Class: Aws::EKS::Types::AddonHealth
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::AddonHealth
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
The health of the add-on.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #issues  ⇒ Array<Types::AddonIssue> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object representing the health issues for an add-on.
 
Instance Attribute Details
#issues ⇒ Array<Types::AddonIssue>
An object representing the health issues for an add-on.
      297 298 299 300 301  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 297 class AddonHealth < Struct.new( :issues) SENSITIVE = [] include Aws::Structure end  |