Class: Aws::Types::DifferentialPrivacyTemplateParametersInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#epsilon::Integer

Returns the value of attribute epsilon.

Returns:

  • (::Integer)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def epsilon
  @epsilon
end

#users_noise_per_query::Integer

Returns the value of attribute users_noise_per_query.

Returns:

  • (::Integer)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def users_noise_per_query
  @users_noise_per_query
end