Class: Aws::ComputeOptimizer::Types::LambdaFunctionMemoryRecommendationOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::LambdaFunctionMemoryRecommendationOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes a recommendation option for an Lambda function.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#memory_size ⇒ Integer
The memory size, in MB, of the function recommendation option.
-
#projected_utilization_metrics ⇒ Array<Types::LambdaFunctionMemoryProjectedMetric>
An array of objects that describe the projected utilization metrics of the function recommendation option.
-
#rank ⇒ Integer
The rank of the function recommendation option.
-
#savings_opportunity ⇒ Types::SavingsOpportunity
An object that describes the savings opportunity for the Lambda function recommendation option.
-
#savings_opportunity_after_discounts ⇒ Types::LambdaSavingsOpportunityAfterDiscounts
An object that describes the savings opportunity for the Lambda recommendation option which includes Saving Plans discounts.
Instance Attribute Details
#memory_size ⇒ Integer
The memory size, in MB, of the function recommendation option.
4894 4895 4896 4897 4898 4899 4900 4901 4902 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4894 class LambdaFunctionMemoryRecommendationOption < Struct.new( :rank, :memory_size, :projected_utilization_metrics, :savings_opportunity, :savings_opportunity_after_discounts) SENSITIVE = [] include Aws::Structure end |
#projected_utilization_metrics ⇒ Array<Types::LambdaFunctionMemoryProjectedMetric>
An array of objects that describe the projected utilization metrics of the function recommendation option.
4894 4895 4896 4897 4898 4899 4900 4901 4902 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4894 class LambdaFunctionMemoryRecommendationOption < Struct.new( :rank, :memory_size, :projected_utilization_metrics, :savings_opportunity, :savings_opportunity_after_discounts) SENSITIVE = [] include Aws::Structure end |
#rank ⇒ Integer
The rank of the function recommendation option.
The top recommendation option is ranked as ‘1`.
4894 4895 4896 4897 4898 4899 4900 4901 4902 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4894 class LambdaFunctionMemoryRecommendationOption < Struct.new( :rank, :memory_size, :projected_utilization_metrics, :savings_opportunity, :savings_opportunity_after_discounts) SENSITIVE = [] include Aws::Structure end |
#savings_opportunity ⇒ Types::SavingsOpportunity
An object that describes the savings opportunity for the Lambda function recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.
4894 4895 4896 4897 4898 4899 4900 4901 4902 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4894 class LambdaFunctionMemoryRecommendationOption < Struct.new( :rank, :memory_size, :projected_utilization_metrics, :savings_opportunity, :savings_opportunity_after_discounts) SENSITIVE = [] include Aws::Structure end |
#savings_opportunity_after_discounts ⇒ Types::LambdaSavingsOpportunityAfterDiscounts
An object that describes the savings opportunity for the Lambda recommendation option which includes Saving Plans discounts. Savings opportunity includes the estimated monthly savings and percentage.
4894 4895 4896 4897 4898 4899 4900 4901 4902 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4894 class LambdaFunctionMemoryRecommendationOption < Struct.new( :rank, :memory_size, :projected_utilization_metrics, :savings_opportunity, :savings_opportunity_after_discounts) SENSITIVE = [] include Aws::Structure end |