Class: Aws::Types::NumericalAggregationFunction
- Inherits:
-
Object
- Object
- Aws::Types::NumericalAggregationFunction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#percentile_aggregation ⇒ Types::PercentileAggregation
Returns the value of attribute percentile_aggregation.
-
#simple_numerical_aggregation ⇒ "SUM", ...
Returns the value of attribute simple_numerical_aggregation.
Instance Attribute Details
#percentile_aggregation ⇒ Types::PercentileAggregation
Returns the value of attribute percentile_aggregation.
8677 8678 8679 |
# File 'sig/types.rbs', line 8677 def percentile_aggregation @percentile_aggregation end |
#simple_numerical_aggregation ⇒ "SUM", ...
Returns the value of attribute simple_numerical_aggregation.
8676 8677 8678 |
# File 'sig/types.rbs', line 8676 def simple_numerical_aggregation @simple_numerical_aggregation end |