Class: Aws::ComputeOptimizer::Types::LambdaSavingsEstimationMode
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::LambdaSavingsEstimationMode
- Includes:
- Structure
- Defined in:
- 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.
4717 4718 4719 4720 4721 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4717 class LambdaSavingsEstimationMode < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |