Class: Aws::Types::LambdaFunctionUtilizationMetric

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name"Duration", "Memory"

Returns the value of attribute name.

Returns:

  • ("Duration", "Memory")


899
900
901
# File 'sig/types.rbs', line 899

def name
  @name
end

#statistic"Maximum", "Average"

Returns the value of attribute statistic.

Returns:

  • ("Maximum", "Average")


900
901
902
# File 'sig/types.rbs', line 900

def statistic
  @statistic
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


901
902
903
# File 'sig/types.rbs', line 901

def value
  @value
end