Class: Aws::ComputeOptimizer::Types::EstimatedMonthlySavings
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::EstimatedMonthlySavings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the estimated monthly savings amount possible, based on On-Demand instance pricing, by adopting Compute Optimizer recommendations for a given resource.
For more information, see [Estimated monthly savings and savings opportunities] in the *Compute Optimizer User Guide*.
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.
Instance Attribute Details
#currency ⇒ String
The currency of the estimated monthly savings.
1509 1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 1509 class EstimatedMonthlySavings < Struct.new( :currency, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the estimated monthly savings.
1509 1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 1509 class EstimatedMonthlySavings < Struct.new( :currency, :value) SENSITIVE = [] include Aws::Structure end |