Class: Aws::TrustedAdvisor::Types::RecommendationCostOptimizingAggregates

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

Overview

Cost optimizing aggregates for a Recommendation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_monthly_savingsFloat

The estimated monthly savings

Returns:

  • (Float)


1014
1015
1016
1017
1018
1019
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 1014

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

#estimated_percent_monthly_savingsFloat

The estimated percently monthly savings

Returns:

  • (Float)


1014
1015
1016
1017
1018
1019
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 1014

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