Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::CostExplorer::Types::ReservationPurchaseRecommendationSummary

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

Overview

A summary about this recommendation, such as the currency code, the amount that Amazon Web Services estimates that you could save, and the total amount of reservation to purchase.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency code used for this recommendation.

Returns:

  • (String)

6772
6773
6774
6775
6776
6777
6778
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6772

class ReservationPurchaseRecommendationSummary < Struct.new(
  :total_estimated_monthly_savings_amount,
  :total_estimated_monthly_savings_percentage,
  :currency_code)
  SENSITIVE = []
  include Aws::Structure
end

#total_estimated_monthly_savings_amountString

The total amount that Amazon Web Services estimates that this recommendation could save you in a month.

Returns:

  • (String)

6772
6773
6774
6775
6776
6777
6778
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6772

class ReservationPurchaseRecommendationSummary < Struct.new(
  :total_estimated_monthly_savings_amount,
  :total_estimated_monthly_savings_percentage,
  :currency_code)
  SENSITIVE = []
  include Aws::Structure
end

#total_estimated_monthly_savings_percentageString

The total amount that Amazon Web Services estimates that this recommendation could save you in a month, as a percentage of your costs.

Returns:

  • (String)

6772
6773
6774
6775
6776
6777
6778
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6772

class ReservationPurchaseRecommendationSummary < Struct.new(
  :total_estimated_monthly_savings_amount,
  :total_estimated_monthly_savings_percentage,
  :currency_code)
  SENSITIVE = []
  include Aws::Structure
end