Class: Aws::Types::ReservationPurchaseRecommendationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReservationPurchaseRecommendationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#total_estimated_monthly_savings_amount ⇒ ::String
Returns the value of attribute total_estimated_monthly_savings_amount.
-
#total_estimated_monthly_savings_percentage ⇒ ::String
Returns the value of attribute total_estimated_monthly_savings_percentage.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def currency_code @currency_code end |
#total_estimated_monthly_savings_amount ⇒ ::String
Returns the value of attribute total_estimated_monthly_savings_amount.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def total_estimated_monthly_savings_amount @total_estimated_monthly_savings_amount end |
#total_estimated_monthly_savings_percentage ⇒ ::String
Returns the value of attribute total_estimated_monthly_savings_percentage.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def total_estimated_monthly_savings_percentage @total_estimated_monthly_savings_percentage end |