Class: Aws::Types::DifferentialPrivacySensitivityParameters
- Inherits:
-
Object
- Object
- Aws::Types::DifferentialPrivacySensitivityParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_expression ⇒ ::String
Returns the value of attribute aggregation_expression.
-
#aggregation_type ⇒ "AVG", ...
Returns the value of attribute aggregation_type.
-
#max_column_value ⇒ ::Float
Returns the value of attribute max_column_value.
-
#min_column_value ⇒ ::Float
Returns the value of attribute min_column_value.
-
#user_contribution_limit ⇒ ::Integer
Returns the value of attribute user_contribution_limit.
Instance Attribute Details
#aggregation_expression ⇒ ::String
Returns the value of attribute aggregation_expression.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def aggregation_expression @aggregation_expression end |
#aggregation_type ⇒ "AVG", ...
Returns the value of attribute aggregation_type.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def aggregation_type @aggregation_type end |
#max_column_value ⇒ ::Float
Returns the value of attribute max_column_value.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def max_column_value @max_column_value end |
#min_column_value ⇒ ::Float
Returns the value of attribute min_column_value.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def min_column_value @min_column_value end |
#user_contribution_limit ⇒ ::Integer
Returns the value of attribute user_contribution_limit.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def user_contribution_limit @user_contribution_limit end |