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")


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.

Returns:

  • (::String)


3133
3134
3135
# File 'sig/types.rbs', line 3133

def input_column_name
  @input_column_name
end