Class: Aws::Types::LambdaFunctionMemoryProjectedMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name"Duration"

Returns the value of attribute name.

Returns:

  • ("Duration")


859
860
861
# File 'sig/types.rbs', line 859

def name
  @name
end

#statistic"LowerBound", ...

Returns the value of attribute statistic.

Returns:

  • ("LowerBound", "UpperBound", "Expected")


860
861
862
# File 'sig/types.rbs', line 860

def statistic
  @statistic
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


861
862
863
# File 'sig/types.rbs', line 861

def value
  @value
end