Class: Aws::Types::RecommendationCostOptimizingAggregates
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationCostOptimizingAggregates
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#estimated_monthly_savings ⇒ ::Float
Returns the value of attribute estimated_monthly_savings.
-
#estimated_percent_monthly_savings ⇒ ::Float
Returns the value of attribute estimated_percent_monthly_savings.
Instance Attribute Details
#estimated_monthly_savings ⇒ ::Float
Returns the value of attribute estimated_monthly_savings.
291 292 293 |
# File 'sig/types.rbs', line 291 def estimated_monthly_savings @estimated_monthly_savings end |
#estimated_percent_monthly_savings ⇒ ::Float
Returns the value of attribute estimated_percent_monthly_savings.
292 293 294 |
# File 'sig/types.rbs', line 292 def estimated_percent_monthly_savings @estimated_percent_monthly_savings end |