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 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
-
#issues ⇒ Array<Types::ClusterIssue>
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
Instance Attribute Details
#issues ⇒ Array<Types::ClusterIssue>
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
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 |