Class: Aws::EKS::Types::InsightCategorySpecificSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::InsightCategorySpecificSummary
- 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
-
#deprecation_details ⇒ Array<Types::DeprecationDetail>
The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS
category.
Instance Attribute Details
#deprecation_details ⇒ Array<Types::DeprecationDetail>
The summary information about deprecated resource usage for an
insight check in the UPGRADE_READINESS
category.
3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3422 class InsightCategorySpecificSummary < Struct.new( :deprecation_details) SENSITIVE = [] include Aws::Structure end |