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.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def aggregation_expression @aggregation_expression end |
#aggregation_type ⇒ "AVG", ...
Returns the value of attribute aggregation_type.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def aggregation_type @aggregation_type end |
#max_column_value ⇒ ::Float
Returns the value of attribute max_column_value.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def max_column_value @max_column_value end |
#min_column_value ⇒ ::Float
Returns the value of attribute min_column_value.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def min_column_value @min_column_value end |
#user_contribution_limit ⇒ ::Integer
Returns the value of attribute user_contribution_limit.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def user_contribution_limit @user_contribution_limit end |