Class: Aws::EKS::Types::CapabilityHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CapabilityHealth
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Health information for a capability, including any issues that may be affecting its operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#issues ⇒ Array<Types::CapabilityIssue>
A list of issues affecting the capability.
Instance Attribute Details
#issues ⇒ Array<Types::CapabilityIssue>
A list of issues affecting the capability. If this list is empty, the capability is healthy.
1120 1121 1122 1123 1124 |
# File 'lib/aws-sdk-eks/types.rb', line 1120 class CapabilityHealth < Struct.new( :issues) SENSITIVE = [] include Aws::Structure end |