Class: Aws::ComputeOptimizer::Types::EBSEstimatedMonthlySavings
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::EBSEstimatedMonthlySavings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
An object that describes the estimated monthly savings possible by adopting Compute Optimizer’s Amazon EBS volume recommendations. This includes any applicable 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.
Instance Attribute Details
#currency ⇒ String
The currency of the estimated monthly savings.
648 649 650 651 652 653 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 648 class EBSEstimatedMonthlySavings < Struct.new( :currency, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the estimated monthly savings.
648 649 650 651 652 653 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 648 class EBSEstimatedMonthlySavings < Struct.new( :currency, :value) SENSITIVE = [] include Aws::Structure end |