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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6978
6979
6980
6981
6982
6983
# File 'lib/aws-sdk-costexplorer/types.rb', line 6978

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)


6978
6979
6980
6981
6982
6983
# File 'lib/aws-sdk-costexplorer/types.rb', line 6978

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