Class: Aws::Types::MetricCalculation
- Inherits:
-
Object
- Object
- Aws::Types::MetricCalculation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calculation ⇒ ::String
Returns the value of attribute calculation.
-
#calculation_components ⇒ ::Array[Types::CalculationComponent]
Returns the value of attribute calculation_components.
Instance Attribute Details
#calculation ⇒ ::String
Returns the value of attribute calculation.
5862 5863 5864 |
# File 'sig/types.rbs', line 5862 def calculation @calculation end |
#calculation_components ⇒ ::Array[Types::CalculationComponent]
Returns the value of attribute calculation_components.
5861 5862 5863 |
# File 'sig/types.rbs', line 5861 def calculation_components @calculation_components end |