Class: Aws::CloudWatchEvidently::Types::MetricMonitorConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::MetricMonitorConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
A structure that defines a metric to be used to monitor performance of the variations during a launch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_definition ⇒ Types::MetricDefinitionConfig
A structure that defines the metric.
Instance Attribute Details
#metric_definition ⇒ Types::MetricDefinitionConfig
A structure that defines the metric.
2123 2124 2125 2126 2127 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2123 class MetricMonitorConfig < Struct.new( :metric_definition) SENSITIVE = [] include Aws::Structure end |