Class: Aws::Support::Types::TrustedAdvisorCategorySpecificSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::TrustedAdvisorCategorySpecificSummary
- Defined in:
- gems/aws-sdk-support/lib/aws-sdk-support/types.rb
Overview
The container for summary information that relates to the category of the Trusted Advisor check.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_optimizing ⇒ Types::TrustedAdvisorCostOptimizingSummary
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
Instance Attribute Details
#cost_optimizing ⇒ Types::TrustedAdvisorCostOptimizingSummary
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
1458 1459 1460 1461 1462 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1458 class TrustedAdvisorCategorySpecificSummary < Struct.new( :cost_optimizing) SENSITIVE = [] include Aws::Structure end |