Class: Aws::Types::LambdaFunctionUtilizationMetric
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionUtilizationMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "Duration", "Memory"
Returns the value of attribute name.
-
#statistic ⇒ "Maximum", "Average"
Returns the value of attribute statistic.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ "Duration", "Memory"
Returns the value of attribute name.
899 900 901 |
# File 'sig/types.rbs', line 899 def name @name end |
#statistic ⇒ "Maximum", "Average"
Returns the value of attribute statistic.
900 901 902 |
# File 'sig/types.rbs', line 900 def statistic @statistic end |
#value ⇒ ::Float
Returns the value of attribute value.
901 902 903 |
# File 'sig/types.rbs', line 901 def value @value end |