Class: Aws::Types::LambdaSavingsOpportunityAfterDiscounts
- Inherits:
-
Object
- Object
- Aws::Types::LambdaSavingsOpportunityAfterDiscounts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#estimated_monthly_savings ⇒ Types::LambdaEstimatedMonthlySavings
Returns the value of attribute estimated_monthly_savings.
-
#savings_opportunity_percentage ⇒ ::Float
Returns the value of attribute savings_opportunity_percentage.
Instance Attribute Details
#estimated_monthly_savings ⇒ Types::LambdaEstimatedMonthlySavings
Returns the value of attribute estimated_monthly_savings.
912 913 914 |
# File 'sig/types.rbs', line 912 def estimated_monthly_savings @estimated_monthly_savings end |
#savings_opportunity_percentage ⇒ ::Float
Returns the value of attribute savings_opportunity_percentage.
911 912 913 |
# File 'sig/types.rbs', line 911 def savings_opportunity_percentage @savings_opportunity_percentage end |