Class: Aws::ComputeOptimizer::Types::LambdaFunctionMemoryProjectedMetric

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the projected utilization metric.

Returns:

  • (String)


4101
4102
4103
4104
4105
4106
4107
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4101

class LambdaFunctionMemoryProjectedMetric < Struct.new(
  :name,
  :statistic,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#statisticString

The statistic of the projected utilization metric.

Returns:

  • (String)


4101
4102
4103
4104
4105
4106
4107
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4101

class LambdaFunctionMemoryProjectedMetric < Struct.new(
  :name,
  :statistic,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The values of the projected utilization metrics.

Returns:

  • (Float)


4101
4102
4103
4104
4105
4106
4107
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4101

class LambdaFunctionMemoryProjectedMetric < Struct.new(
  :name,
  :statistic,
  :value)
  SENSITIVE = []
  include Aws::Structure
end