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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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:



6219
6220
6221
6222
6223
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6219

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