Class: Aws::Types::DataPrepSimpleAggregationFunction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_type"COUNT", ...

Returns the value of attribute function_type.

Returns:

  • ("COUNT", "DISTINCT_COUNT", "SUM", "AVERAGE", "MAX", "MIN")


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.

Returns:

  • (::String)


3264
3265
3266
# File 'sig/types.rbs', line 3264

def input_column_name
  @input_column_name
end