Class: Aws::CostExplorer::Types::TerminateRecommendationDetail

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

Overview

Details on termination recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency code that Amazon Web Services used to calculate the costs for this instance.

Returns:

  • (String)


6983
6984
6985
6986
6987
6988
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6983

class TerminateRecommendationDetail < Struct.new(
  :estimated_monthly_savings,
  :currency_code)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_monthly_savingsString

The estimated savings that result from modification, on a monthly basis.

Returns:

  • (String)


6983
6984
6985
6986
6987
6988
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6983

class TerminateRecommendationDetail < Struct.new(
  :estimated_monthly_savings,
  :currency_code)
  SENSITIVE = []
  include Aws::Structure
end