Class: Aws::EKS::Types::AddonHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::AddonHealth
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
The health of the add-on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#issues ⇒ Array<Types::AddonIssue>
An object representing the health issues for an add-on.
Instance Attribute Details
#issues ⇒ Array<Types::AddonIssue>
An object representing the health issues for an add-on.
297 298 299 300 301 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 297 class AddonHealth < Struct.new( :issues) SENSITIVE = [] include Aws::Structure end |