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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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

#deprecation_detailsArray<Types::DeprecationDetail>

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

Returns:



3053
3054
3055
3056
3057
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3053

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