Class: Aws::ComputeOptimizer::Types::RDSStorageEstimatedMonthlySavings

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

Overview

Describes the estimated monthly savings possible for DB instance storage by adopting Compute Optimizer recommendations. This is based on DB instance 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)


6538
6539
6540
6541
6542
6543
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6538

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

#valueFloat

The value of the estimated monthly savings for DB instance storage.

Returns:

  • (Float)


6538
6539
6540
6541
6542
6543
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6538

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