Class: Aws::Types::LambdaFunctionMemoryRecommendationOption
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionMemoryRecommendationOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#memory_size ⇒ ::Integer
Returns the value of attribute memory_size.
-
#projected_utilization_metrics ⇒ ::Array[Types::LambdaFunctionMemoryProjectedMetric]
Returns the value of attribute projected_utilization_metrics.
-
#rank ⇒ ::Integer
Returns the value of attribute rank.
-
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
-
#savings_opportunity_after_discounts ⇒ Types::LambdaSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
Instance Attribute Details
#memory_size ⇒ ::Integer
Returns the value of attribute memory_size.
867 868 869 |
# File 'sig/types.rbs', line 867 def memory_size @memory_size end |
#projected_utilization_metrics ⇒ ::Array[Types::LambdaFunctionMemoryProjectedMetric]
Returns the value of attribute projected_utilization_metrics.
868 869 870 |
# File 'sig/types.rbs', line 868 def projected_utilization_metrics @projected_utilization_metrics end |
#rank ⇒ ::Integer
Returns the value of attribute rank.
866 867 868 |
# File 'sig/types.rbs', line 866 def rank @rank end |
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
869 870 871 |
# File 'sig/types.rbs', line 869 def savings_opportunity @savings_opportunity end |
#savings_opportunity_after_discounts ⇒ Types::LambdaSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
870 871 872 |
# File 'sig/types.rbs', line 870 def savings_opportunity_after_discounts @savings_opportunity_after_discounts end |