Class: Aws::EKS::Types::ClusterHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ClusterHealth
- Includes:
- Structure
- Defined in:
- 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.
970 971 972 973 974 |
# File 'lib/aws-sdk-eks/types.rb', line 970 class ClusterHealth < Struct.new( :issues) SENSITIVE = [] include Aws::Structure end |