Struct aws_sdk_evidently::types::MetricMonitorConfig
source · #[non_exhaustive]pub struct MetricMonitorConfig { /* 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 MetricMonitorConfig
impl MetricMonitorConfig
sourcepub fn metric_definition(&self) -> Option<&MetricDefinitionConfig>
pub fn metric_definition(&self) -> Option<&MetricDefinitionConfig>
A structure that defines the metric.
source§impl MetricMonitorConfig
impl MetricMonitorConfig
sourcepub fn builder() -> MetricMonitorConfigBuilder
pub fn builder() -> MetricMonitorConfigBuilder
Creates a new builder-style object to manufacture MetricMonitorConfig
.
Trait Implementations§
source§impl Clone for MetricMonitorConfig
impl Clone for MetricMonitorConfig
source§fn clone(&self) -> MetricMonitorConfig
fn clone(&self) -> MetricMonitorConfig
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 MetricMonitorConfig
impl Debug for MetricMonitorConfig
source§impl PartialEq<MetricMonitorConfig> for MetricMonitorConfig
impl PartialEq<MetricMonitorConfig> for MetricMonitorConfig
source§fn eq(&self, other: &MetricMonitorConfig) -> bool
fn eq(&self, other: &MetricMonitorConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MetricMonitorConfig
Auto Trait Implementations§
impl RefUnwindSafe for MetricMonitorConfig
impl Send for MetricMonitorConfig
impl Sync for MetricMonitorConfig
impl Unpin for MetricMonitorConfig
impl UnwindSafe for MetricMonitorConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more