Class: Aws::Types::AggregationFunction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_aggregation_functionTypes::AttributeAggregationFunction

Returns the value of attribute attribute_aggregation_function.



177
178
179
# File 'sig/types.rbs', line 177

def attribute_aggregation_function
  @attribute_aggregation_function
end

#categorical_aggregation_function"COUNT", "DISTINCT_COUNT"

Returns the value of attribute categorical_aggregation_function.

Returns:

  • ("COUNT", "DISTINCT_COUNT")


175
176
177
# File 'sig/types.rbs', line 175

def categorical_aggregation_function
  @categorical_aggregation_function
end

#date_aggregation_function"COUNT", ...

Returns the value of attribute date_aggregation_function.

Returns:

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


176
177
178
# File 'sig/types.rbs', line 176

def date_aggregation_function
  @date_aggregation_function
end

#numerical_aggregation_functionTypes::NumericalAggregationFunction

Returns the value of attribute numerical_aggregation_function.



174
175
176
# File 'sig/types.rbs', line 174

def numerical_aggregation_function
  @numerical_aggregation_function
end