Class: Aws::EKS::Types::ClusterHealth

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

An object representing the health of your Amazon EKS cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#issuesArray<Types::ClusterIssue>

An object representing the health issues of your Amazon EKS cluster.

Returns:



917
918
919
920
921
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 917

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