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.
8326 8327 8328 |
# File 'sig/types.rbs', line 8326 def percentile_aggregation @percentile_aggregation end |
#simple_numerical_aggregation ⇒ "SUM", ...
Returns the value of attribute simple_numerical_aggregation.
8325 8326 8327 |
# File 'sig/types.rbs', line 8325 def simple_numerical_aggregation @simple_numerical_aggregation end |