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.
3114 3115 3116 |
# File 'sig/types.rbs', line 3114 def list_aggregation @list_aggregation end |
#simple_aggregation ⇒ Types::DataPrepSimpleAggregationFunction
Returns the value of attribute simple_aggregation.
3113 3114 3115 |
# File 'sig/types.rbs', line 3113 def simple_aggregation @simple_aggregation end |