Class: Aws::EKS::Types::AddonHealth

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

Instance Attribute Details

#issuesArray<Types::AddonIssue>

An object representing the health issues for an add-on.

Returns:



283
284
285
286
287
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 283

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