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.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def max_count @max_count end |
#type ⇒ "AVG", ...
Returns the value of attribute type.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def type @type end |