Class: Aws::ComputeOptimizer::Types::RDSInstanceEstimatedMonthlySavings
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::RDSInstanceEstimatedMonthlySavings
- Includes:
- Structure
- Defined in:
- 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
-
#currency ⇒ String
The currency of the estimated monthly savings.
-
#value ⇒ Float
The value of the estimated monthly savings for Amazon RDS instances.
Instance Attribute Details
#currency ⇒ String
The currency of the estimated monthly savings.
5872 5873 5874 5875 5876 5877 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 5872 class RDSInstanceEstimatedMonthlySavings < Struct.new( :currency, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the estimated monthly savings for Amazon RDS instances.
5872 5873 5874 5875 5876 5877 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 5872 class RDSInstanceEstimatedMonthlySavings < Struct.new( :currency, :value) SENSITIVE = [] include Aws::Structure end |