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.
4435 4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4435 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.
4435 4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4435 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`.
4435 4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4435 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.
4435 4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4435 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.
4435 4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4435 class LambdaFunctionMemoryRecommendationOption < Struct.new( :rank, :memory_size, :projected_utilization_metrics, :savings_opportunity, :savings_opportunity_after_discounts) SENSITIVE = [] include Aws::Structure end |