Class: Aws::ComputeOptimizer::Types::IdleEstimatedMonthlySavings
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::IdleEstimatedMonthlySavings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the estimated monthly savings possible for idle resources by adopting Compute Optimizer recommendations.
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 Idle resources.
Instance Attribute Details
#currency ⇒ String
The currency of the estimated monthly savings.
3846 3847 3848 3849 3850 3851 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3846 class IdleEstimatedMonthlySavings < Struct.new( :currency, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the estimated monthly savings for Idle resources.
3846 3847 3848 3849 3850 3851 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3846 class IdleEstimatedMonthlySavings < Struct.new( :currency, :value) SENSITIVE = [] include Aws::Structure end |