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.



1449
1450
1451
1452
1453
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1449

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