Struct aws_sdk_evidently::types::TreatmentConfig
source · #[non_exhaustive]pub struct TreatmentConfig { /* private fields */ }Expand description
A structure that defines one treatment in an experiment. A treatment is a variation of the feature that you are including in the experiment.
Implementations§
source§impl TreatmentConfig
impl TreatmentConfig
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description for this treatment.
source§impl TreatmentConfig
impl TreatmentConfig
sourcepub fn builder() -> TreatmentConfigBuilder
pub fn builder() -> TreatmentConfigBuilder
Creates a new builder-style object to manufacture TreatmentConfig.
Trait Implementations§
source§impl Clone for TreatmentConfig
impl Clone for TreatmentConfig
source§fn clone(&self) -> TreatmentConfig
fn clone(&self) -> TreatmentConfig
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 TreatmentConfig
impl Debug for TreatmentConfig
source§impl PartialEq<TreatmentConfig> for TreatmentConfig
impl PartialEq<TreatmentConfig> for TreatmentConfig
source§fn eq(&self, other: &TreatmentConfig) -> bool
fn eq(&self, other: &TreatmentConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.