Class: Aws::EKS::Types::NodegroupHealth

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#issuesArray<Types::Issue>

Any issues that are associated with the node group.

Returns:



5138
5139
5140
5141
5142
# File 'lib/aws-sdk-eks/types.rb', line 5138

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