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:



900
901
902
903
904
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 900

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