Class: Aws::Types::AggregationFunction
- Inherits:
-
Object
- Object
- Aws::Types::AggregationFunction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_aggregation_function ⇒ Types::AttributeAggregationFunction
Returns the value of attribute attribute_aggregation_function.
-
#categorical_aggregation_function ⇒ "COUNT", "DISTINCT_COUNT"
Returns the value of attribute categorical_aggregation_function.
-
#date_aggregation_function ⇒ "COUNT", ...
Returns the value of attribute date_aggregation_function.
-
#numerical_aggregation_function ⇒ Types::NumericalAggregationFunction
Returns the value of attribute numerical_aggregation_function.
Instance Attribute Details
#attribute_aggregation_function ⇒ Types::AttributeAggregationFunction
Returns the value of attribute attribute_aggregation_function.
177 178 179 |
# File 'sig/types.rbs', line 177 def attribute_aggregation_function @attribute_aggregation_function end |
#categorical_aggregation_function ⇒ "COUNT", "DISTINCT_COUNT"
Returns the value of attribute categorical_aggregation_function.
175 176 177 |
# File 'sig/types.rbs', line 175 def categorical_aggregation_function @categorical_aggregation_function end |
#date_aggregation_function ⇒ "COUNT", ...
Returns the value of attribute date_aggregation_function.
176 177 178 |
# File 'sig/types.rbs', line 176 def date_aggregation_function @date_aggregation_function end |
#numerical_aggregation_function ⇒ Types::NumericalAggregationFunction
Returns the value of attribute numerical_aggregation_function.
174 175 176 |
# File 'sig/types.rbs', line 174 def numerical_aggregation_function @numerical_aggregation_function end |