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::ComputeOptimizer::Types::RDSInstanceEstimatedMonthlySavings

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

Overview

Describes the estimated monthly savings possible for Amazon RDS instances by adopting Compute Optimizer recommendations. This is based on Amazon RDS pricing after applying Savings Plans discounts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currencyString

The currency of the estimated monthly savings.

Returns:

  • (String)

6391
6392
6393
6394
6395
6396
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6391

class RDSInstanceEstimatedMonthlySavings < Struct.new(
  :currency,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The value of the estimated monthly savings for Amazon RDS instances.

Returns:

  • (Float)

6391
6392
6393
6394
6395
6396
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6391

class RDSInstanceEstimatedMonthlySavings < Struct.new(
  :currency,
  :value)
  SENSITIVE = []
  include Aws::Structure
end