Class: Aws::CostExplorer::Types::RightsizingRecommendationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::RightsizingRecommendationSummary
- Includes:
- Structure
- Defined in:
- 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.
6153 6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6153 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.
6153 6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6153 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.
6153 6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6153 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.
6153 6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6153 class RightsizingRecommendationSummary < Struct.new( :total_recommendation_count, :estimated_total_monthly_savings_amount, :savings_currency_code, :savings_percentage) SENSITIVE = [] include Aws::Structure end |