Class: Aws::Support::Types::TrustedAdvisorCostOptimizingSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-support/lib/aws-sdk-support/types.rb

Overview

The estimated cost savings that might be realized if the recommended operations are taken.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_monthly_savingsFloat

The estimated monthly savings that might be realized if the recommended operations are taken.

Returns:

  • (Float)


1635
1636
1637
1638
1639
1640
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1635

class TrustedAdvisorCostOptimizingSummary < Struct.new(
  :estimated_monthly_savings,
  :estimated_percent_monthly_savings)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_percent_monthly_savingsFloat

The estimated percentage of savings that might be realized if the recommended operations are taken.

Returns:

  • (Float)


1635
1636
1637
1638
1639
1640
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1635

class TrustedAdvisorCostOptimizingSummary < Struct.new(
  :estimated_monthly_savings,
  :estimated_percent_monthly_savings)
  SENSITIVE = []
  include Aws::Structure
end