Class: Aws::CloudWatchEvidently::Types::MetricMonitorConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/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

Instance Attribute Details

#metric_definitionTypes::MetricDefinitionConfig

A structure that defines the metric.



2123
2124
2125
2126
2127
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2123

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