Class: Aws::CostExplorer::Types::TerminateRecommendationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::TerminateRecommendationDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Details on termination recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#currency_code ⇒ String
The currency code that Amazon Web Services used to calculate the costs for this instance.
-
#estimated_monthly_savings ⇒ String
The estimated savings that result from modification, on a monthly basis.
Instance Attribute Details
#currency_code ⇒ String
The currency code that Amazon Web Services used to calculate the costs for this instance.
7491 7492 7493 7494 7495 7496 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7491 class TerminateRecommendationDetail < Struct.new( :estimated_monthly_savings, :currency_code) SENSITIVE = [] include Aws::Structure end |
#estimated_monthly_savings ⇒ String
The estimated savings that result from modification, on a monthly basis.
7491 7492 7493 7494 7495 7496 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7491 class TerminateRecommendationDetail < Struct.new( :estimated_monthly_savings, :currency_code) SENSITIVE = [] include Aws::Structure end |