Class: Aws::Types::AggFunction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation"SUM", ...

Returns the value of attribute aggregation.

Returns:

  • ("SUM", "MIN", "MAX", "COUNT", "AVERAGE", "DISTINCT_COUNT", "STDEV", "STDEVP", "VAR", "VARP", "PERCENTILE", "MEDIAN", "PTD_SUM", "PTD_MIN", "PTD_MAX", "PTD_COUNT", "PTD_DISTINCT_COUNT", "PTD_AVERAGE", "COLUMN", "CUSTOM")


151
152
153
# File 'sig/types.rbs', line 151

def aggregation
  @aggregation
end

#aggregation_function_parameters::Hash[::String, ::String]

Returns the value of attribute aggregation_function_parameters.

Returns:

  • (::Hash[::String, ::String])


152
153
154
# File 'sig/types.rbs', line 152

def aggregation_function_parameters
  @aggregation_function_parameters
end

#period"SECOND", ...

Returns the value of attribute period.

Returns:

  • ("SECOND", "MINUTE", "HOUR", "DAY", "WEEK", "MONTH", "QUARTER", "YEAR")


153
154
155
# File 'sig/types.rbs', line 153

def period
  @period
end

#period_field::String

Returns the value of attribute period_field.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def period_field
  @period_field
end