Class: Aws::EKS::Types::InsightCategorySpecificSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::InsightCategorySpecificSummary
- 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
-
#addon_compatibility_details ⇒ Array<Types::AddonCompatibilityDetail>
A list of ‘AddonCompatibilityDetail` objects for Amazon EKS add-ons.
-
#deprecation_details ⇒ Array<Types::DeprecationDetail>
The summary information about deprecated resource usage for an insight check in the ‘UPGRADE_READINESS` category.
Instance Attribute Details
#addon_compatibility_details ⇒ Array<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_details ⇒ Array<Types::DeprecationDetail>
The summary information about deprecated resource usage for an insight check in the ‘UPGRADE_READINESS` category.
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 |