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 AWS used to calculate the costs for this instance.

Returns:

  • (String)


6589
6590
6591
6592
6593
6594
# File 'lib/aws-sdk-costexplorer/types.rb', line 6589

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

#estimated_monthly_savingsString

Estimated savings resulting from modification, on a monthly basis.

Returns:

  • (String)


6589
6590
6591
6592
6593
6594
# File 'lib/aws-sdk-costexplorer/types.rb', line 6589

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