Class: Aws::EKS::Types::CapabilityHealth

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#issuesArray<Types::CapabilityIssue>

A list of issues affecting the capability. If this list is empty, the capability is healthy.

Returns:



1120
1121
1122
1123
1124
# File 'lib/aws-sdk-eks/types.rb', line 1120

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