Class: Aws::Support::Types::TrustedAdvisorCategorySpecificSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cost_optimizingTypes::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