Class: Aws::ComputeOptimizerAutomation::Types::EstimatedMonthlySavings
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::EstimatedMonthlySavings
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Contains information about estimated monthly cost savings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#after_discount_savings ⇒ Float
The estimated monthly savings after applying any discounts.
-
#before_discount_savings ⇒ Float
The estimated monthly savings before applying any discounts.
-
#currency ⇒ String
The currency of the estimated savings.
-
#savings_estimation_mode ⇒ String
The mode used to calculate savings, either BeforeDiscount or AfterDiscount.
Instance Attribute Details
#after_discount_savings ⇒ Float
The estimated monthly savings after applying any discounts.
763 764 765 766 767 768 769 770 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 763 class EstimatedMonthlySavings < Struct.new( :currency, :before_discount_savings, :after_discount_savings, :savings_estimation_mode) SENSITIVE = [] include Aws::Structure end |
#before_discount_savings ⇒ Float
The estimated monthly savings before applying any discounts.
763 764 765 766 767 768 769 770 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 763 class EstimatedMonthlySavings < Struct.new( :currency, :before_discount_savings, :after_discount_savings, :savings_estimation_mode) SENSITIVE = [] include Aws::Structure end |
#currency ⇒ String
The currency of the estimated savings.
763 764 765 766 767 768 769 770 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 763 class EstimatedMonthlySavings < Struct.new( :currency, :before_discount_savings, :after_discount_savings, :savings_estimation_mode) SENSITIVE = [] include Aws::Structure end |
#savings_estimation_mode ⇒ String
The mode used to calculate savings, either BeforeDiscount or AfterDiscount.
763 764 765 766 767 768 769 770 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 763 class EstimatedMonthlySavings < Struct.new( :currency, :before_discount_savings, :after_discount_savings, :savings_estimation_mode) SENSITIVE = [] include Aws::Structure end |