Class: Aws::Types::DifferentialPrivacySensitivityParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_expression::String

Returns the value of attribute aggregation_expression.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def user_contribution_limit
  @user_contribution_limit
end