Class: Aws::Types::DifferentialPrivacyPreviewAggregation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_count::Integer

Returns the value of attribute max_count.

Returns:

  • (::Integer)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def max_count
  @max_count
end

#type"AVG", ...

Returns the value of attribute type.

Returns:

  • ("AVG", "COUNT", "COUNT_DISTINCT", "SUM", "STDDEV")


1284
1285
1286
# File 'sig/types.rbs', line 1284

def type
  @type
end