Class: Aws::EKS::Types::InsightCategorySpecificSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

Summary information that relates to the category of the insight. Currently only returned with certain insights having category ‘UPGRADE_READINESS`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addon_compatibility_detailsArray<Types::AddonCompatibilityDetail>

A list of ‘AddonCompatibilityDetail` objects for Amazon EKS add-ons.



3750
3751
3752
3753
3754
3755
# File 'lib/aws-sdk-eks/types.rb', line 3750

class InsightCategorySpecificSummary < Struct.new(
  :deprecation_details,
  :addon_compatibility_details)
  SENSITIVE = []
  include Aws::Structure
end

#deprecation_detailsArray<Types::DeprecationDetail>

The summary information about deprecated resource usage for an insight check in the ‘UPGRADE_READINESS` category.

Returns:



3750
3751
3752
3753
3754
3755
# File 'lib/aws-sdk-eks/types.rb', line 3750

class InsightCategorySpecificSummary < Struct.new(
  :deprecation_details,
  :addon_compatibility_details)
  SENSITIVE = []
  include Aws::Structure
end