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 local Amazon EKS cluster on an Amazon Web Services Outpost. You can't use this API with an Amazon EKS cluster on the Amazon Web Services cloud.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#issuesArray<Types::ClusterIssue>

An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.

Returns:



547
548
549
550
551
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 547

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