Class: Aws::Types::RightsizingRecommendationSummary
- Inherits:
-
Object
- Object
- Aws::Types::RightsizingRecommendationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#estimated_total_monthly_savings_amount ⇒ ::String
Returns the value of attribute estimated_total_monthly_savings_amount.
-
#savings_currency_code ⇒ ::String
Returns the value of attribute savings_currency_code.
-
#savings_percentage ⇒ ::String
Returns the value of attribute savings_percentage.
-
#total_recommendation_count ⇒ ::String
Returns the value of attribute total_recommendation_count.
Instance Attribute Details
#estimated_total_monthly_savings_amount ⇒ ::String
Returns the value of attribute estimated_total_monthly_savings_amount.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def estimated_total_monthly_savings_amount @estimated_total_monthly_savings_amount end |
#savings_currency_code ⇒ ::String
Returns the value of attribute savings_currency_code.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def savings_currency_code @savings_currency_code end |
#savings_percentage ⇒ ::String
Returns the value of attribute savings_percentage.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def savings_percentage @savings_percentage end |
#total_recommendation_count ⇒ ::String
Returns the value of attribute total_recommendation_count.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def total_recommendation_count @total_recommendation_count end |