Class: Aws::Types::DifferentialPrivacyTemplateParametersOutput

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)


1348
1349
1350
# File 'sig/types.rbs', line 1348

def epsilon
  @epsilon
end

#users_noise_per_query::Integer

Returns the value of attribute users_noise_per_query.

Returns:

  • (::Integer)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def users_noise_per_query
  @users_noise_per_query
end