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.
5763 5764 5765 |
# File 'sig/types.rbs', line 5763 def calculation @calculation end |
#calculation_components ⇒ ::Array[Types::CalculationComponent]
Returns the value of attribute calculation_components.
5762 5763 5764 |
# File 'sig/types.rbs', line 5762 def calculation_components @calculation_components end |