Class: Aws::EKS::Types::ClusterHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ClusterHealth
- 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
-
#issues ⇒ Array<Types::ClusterIssue>
An object representing the health issues of your Amazon EKS cluster.
Instance Attribute Details
#issues ⇒ Array<Types::ClusterIssue>
An object representing the health issues of your Amazon EKS cluster.
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 |