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.
3134 3135 3136 |
# File 'sig/types.rbs', line 3134 def function_type @function_type end |
#input_column_name ⇒ ::String
Returns the value of attribute input_column_name.
3133 3134 3135 |
# File 'sig/types.rbs', line 3133 def input_column_name @input_column_name end |