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)


1304
1305
1306
# File 'sig/types.rbs', line 1304

def max_count
  @max_count
end

#type"AVG", ...

Returns the value of attribute type.

Returns:

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


1303
1304
1305
# File 'sig/types.rbs', line 1303

def type
  @type
end