Class: Aws::EKS::Types::NodegroupHealth
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::NodegroupHealth
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
An object representing the health status of the node group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #issues  ⇒ Array<Types::Issue> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any issues that are associated with the node group.
 
Instance Attribute Details
#issues ⇒ Array<Types::Issue>
Any issues that are associated with the node group.
      4801 4802 4803 4804 4805  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 4801 class NodegroupHealth < Struct.new( :issues) SENSITIVE = [] include Aws::Structure end  |