Class: Aws::Types::NamedEntityDefinitionMetric

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


8164
8165
8166
# File 'sig/types.rbs', line 8164

def aggregation
  @aggregation
end

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

Returns the value of attribute aggregation_function_parameters.

Returns:

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


8165
8166
8167
# File 'sig/types.rbs', line 8165

def aggregation_function_parameters
  @aggregation_function_parameters
end