Class: Aws::Types::DifferentialPrivacyPreviewAggregation
- Inherits:
-
Object
- Object
- Aws::Types::DifferentialPrivacyPreviewAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_count ⇒ ::Integer
Returns the value of attribute max_count.
-
#type ⇒ "AVG", ...
Returns the value of attribute type.
Instance Attribute Details
#max_count ⇒ ::Integer
Returns the value of attribute max_count.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def max_count @max_count end |
#type ⇒ "AVG", ...
Returns the value of attribute type.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def type @type end |