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)


4590
4591
4592
4593
4594
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4590

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