Struct aws_sdk_evidently::types::MetricMonitor
source · #[non_exhaustive]pub struct MetricMonitor { /* private fields */ }Expand description
A structure that defines a metric to be used to monitor performance of the variations during a launch.
Implementations§
source§impl MetricMonitor
impl MetricMonitor
sourcepub fn metric_definition(&self) -> Option<&MetricDefinition>
pub fn metric_definition(&self) -> Option<&MetricDefinition>
A structure that defines the metric.
source§impl MetricMonitor
impl MetricMonitor
sourcepub fn builder() -> MetricMonitorBuilder
pub fn builder() -> MetricMonitorBuilder
Creates a new builder-style object to manufacture MetricMonitor.
Trait Implementations§
source§impl Clone for MetricMonitor
impl Clone for MetricMonitor
source§fn clone(&self) -> MetricMonitor
fn clone(&self) -> MetricMonitor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MetricMonitor
impl Debug for MetricMonitor
source§impl PartialEq<MetricMonitor> for MetricMonitor
impl PartialEq<MetricMonitor> for MetricMonitor
source§fn eq(&self, other: &MetricMonitor) -> bool
fn eq(&self, other: &MetricMonitor) -> bool
This method tests for
self and other values to be equal, and is used
by ==.