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)


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.

Returns:

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


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def user_contribution_limit
  @user_contribution_limit
end