Class: Aws::CleanRoomsML::Types::MetricsConfigurationPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::MetricsConfigurationPolicy
- 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
-
#noise_level ⇒ String
The noise level for the generated metrics.
Instance Attribute Details
#noise_level ⇒ String
The noise level for the generated metrics.
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 |