Class: Aws::ComputeOptimizer::Types::LambdaFunctionMemoryProjectedMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::LambdaFunctionMemoryProjectedMetric
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes a projected utilization metric of an Lambda function recommendation option.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the projected utilization metric.
-
#statistic ⇒ String
The statistic of the projected utilization metric.
-
#value ⇒ Float
The values of the projected utilization metrics.
Instance Attribute Details
#name ⇒ String
The name of the projected utilization metric.
4881 4882 4883 4884 4885 4886 4887 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4881 class LambdaFunctionMemoryProjectedMetric < Struct.new( :name, :statistic, :value) SENSITIVE = [] include Aws::Structure end |
#statistic ⇒ String
The statistic of the projected utilization metric.
4881 4882 4883 4884 4885 4886 4887 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4881 class LambdaFunctionMemoryProjectedMetric < Struct.new( :name, :statistic, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The values of the projected utilization metrics.
4881 4882 4883 4884 4885 4886 4887 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4881 class LambdaFunctionMemoryProjectedMetric < Struct.new( :name, :statistic, :value) SENSITIVE = [] include Aws::Structure end |