Class: Aws::ComputeOptimizerAutomation::Types::EstimatedMonthlySavings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#after_discount_savingsFloat

The estimated monthly savings after applying any discounts.

Returns:

  • (Float)


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_savingsFloat

The estimated monthly savings before applying any discounts.

Returns:

  • (Float)


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

#currencyString

The currency of the estimated savings.

Returns:

  • (String)


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_modeString

The mode used to calculate savings, either BeforeDiscount or AfterDiscount.

Returns:

  • (String)


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