Class: Aws::Types::TerminateRecommendationDetail
- Inherits:
-
Object
- Object
- Aws::Types::TerminateRecommendationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#estimated_monthly_savings ⇒ ::String
Returns the value of attribute estimated_monthly_savings.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def currency_code @currency_code end |
#estimated_monthly_savings ⇒ ::String
Returns the value of attribute estimated_monthly_savings.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def estimated_monthly_savings @estimated_monthly_savings end |