Class: Aws::CostExplorer::Types::RightsizingRecommendationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::RightsizingRecommendationSummary
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
The summary of rightsizing recommendations
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#estimated_total_monthly_savings_amount ⇒ String
The estimated total savings resulting from modifications, on a monthly basis.
-
#savings_currency_code ⇒ String
The currency code that Amazon Web Services used to calculate the savings.
-
#savings_percentage ⇒ String
The savings percentage based on the recommended modifications.
-
#total_recommendation_count ⇒ String
The total number of instance recommendations.
Instance Attribute Details
#estimated_total_monthly_savings_amount ⇒ String
The estimated total savings resulting from modifications, on a monthly basis.
6187 6188 6189 6190 6191 6192 6193 6194 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6187 class RightsizingRecommendationSummary < Struct.new( :total_recommendation_count, :estimated_total_monthly_savings_amount, :savings_currency_code, :savings_percentage) SENSITIVE = [] include Aws::Structure end |
#savings_currency_code ⇒ String
The currency code that Amazon Web Services used to calculate the savings.
6187 6188 6189 6190 6191 6192 6193 6194 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6187 class RightsizingRecommendationSummary < Struct.new( :total_recommendation_count, :estimated_total_monthly_savings_amount, :savings_currency_code, :savings_percentage) SENSITIVE = [] include Aws::Structure end |
#savings_percentage ⇒ String
The savings percentage based on the recommended modifications. It's relative to the total On-Demand costs that are associated with these instances.
6187 6188 6189 6190 6191 6192 6193 6194 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6187 class RightsizingRecommendationSummary < Struct.new( :total_recommendation_count, :estimated_total_monthly_savings_amount, :savings_currency_code, :savings_percentage) SENSITIVE = [] include Aws::Structure end |
#total_recommendation_count ⇒ String
The total number of instance recommendations.
6187 6188 6189 6190 6191 6192 6193 6194 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6187 class RightsizingRecommendationSummary < Struct.new( :total_recommendation_count, :estimated_total_monthly_savings_amount, :savings_currency_code, :savings_percentage) SENSITIVE = [] include Aws::Structure end |