Class: Aws::Types::DataPrepSimpleAggregationFunction
- Inherits:
-
Object
- Object
- Aws::Types::DataPrepSimpleAggregationFunction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_type ⇒ "COUNT", ...
Returns the value of attribute function_type.
-
#input_column_name ⇒ ::String
Returns the value of attribute input_column_name.
Instance Attribute Details
#function_type ⇒ "COUNT", ...
Returns the value of attribute function_type.
3265 3266 3267 |
# File 'sig/types.rbs', line 3265 def function_type @function_type end |
#input_column_name ⇒ ::String
Returns the value of attribute input_column_name.
3264 3265 3266 |
# File 'sig/types.rbs', line 3264 def input_column_name @input_column_name end |