Class: Aws::Types::DataPrepAggregationFunction
- Inherits:
-
Object
- Object
- Aws::Types::DataPrepAggregationFunction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#list_aggregation ⇒ Types::DataPrepListAggregationFunction
Returns the value of attribute list_aggregation.
-
#simple_aggregation ⇒ Types::DataPrepSimpleAggregationFunction
Returns the value of attribute simple_aggregation.
Instance Attribute Details
#list_aggregation ⇒ Types::DataPrepListAggregationFunction
Returns the value of attribute list_aggregation.
3245 3246 3247 |
# File 'sig/types.rbs', line 3245 def list_aggregation @list_aggregation end |
#simple_aggregation ⇒ Types::DataPrepSimpleAggregationFunction
Returns the value of attribute simple_aggregation.
3244 3245 3246 |
# File 'sig/types.rbs', line 3244 def simple_aggregation @simple_aggregation end |