Class: Aws::CloudWatchEvidently::Types::MetricMonitor
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::MetricMonitor
- 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::MetricDefinition
A structure that defines the metric.
Instance Attribute Details
#metric_definition ⇒ Types::MetricDefinition
A structure that defines the metric.
2108 2109 2110 2111 2112 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2108 class MetricMonitor < Struct.new( :metric_definition) SENSITIVE = [] include Aws::Structure end |