Class: Aws::CostOptimizationHub::Types::EstimatedDiscounts

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb

Overview

Estimated discount details of the current and recommended resource configuration for a recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#other_discountFloat

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

Returns:

  • (Float)


599
600
601
602
603
604
605
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 599

class EstimatedDiscounts < Struct.new(
  :other_discount,
  :reserved_instances_discount,
  :savings_plans_discount)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_instances_discountFloat

Estimated reserved instance discounts.

Returns:

  • (Float)


599
600
601
602
603
604
605
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 599

class EstimatedDiscounts < Struct.new(
  :other_discount,
  :reserved_instances_discount,
  :savings_plans_discount)
  SENSITIVE = []
  include Aws::Structure
end

#savings_plans_discountFloat

Estimated Savings Plans discounts.

Returns:

  • (Float)


599
600
601
602
603
604
605
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 599

class EstimatedDiscounts < Struct.new(
  :other_discount,
  :reserved_instances_discount,
  :savings_plans_discount)
  SENSITIVE = []
  include Aws::Structure
end