Class: Aws::ComputeOptimizer::Types::LambdaSavingsEstimationMode
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::LambdaSavingsEstimationMode
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the savings estimation used for calculating savings opportunity for Lambda functions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ String
Describes the source for calculation of savings opportunity for Lambda functions.
Instance Attribute Details
#source ⇒ String
Describes the source for calculation of savings opportunity for Lambda functions.
5176 5177 5178 5179 5180 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5176 class LambdaSavingsEstimationMode < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |