Class: Aws::CleanRoomsML::Types::MetricsConfigurationPolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Provides the configuration policy for metrics generation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#noise_levelString

The noise level for the generated metrics.

Returns:

  • (String)


4226
4227
4228
4229
4230
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4226

class MetricsConfigurationPolicy < Struct.new(
  :noise_level)
  SENSITIVE = []
  include Aws::Structure
end