class Aws::CloudWatchEvidently::Types::TreatmentConfig

A structure that defines one treatment in an experiment. A treatment is a variation of the feature that you are including in the experiment.

@note When making an API call, you may pass TreatmentConfig

data as a hash:

    {
      description: "Description",
      feature: "FeatureName", # required
      name: "TreatmentName", # required
      variation: "VariationName", # required
    }

@!attribute [rw] description

A description for this treatment.
@return [String]

@!attribute [rw] feature

The feature that this experiment is testing.
@return [String]

@!attribute [rw] name

A name for this treatment.
@return [String]

@!attribute [rw] variation

The name of the variation to use as this treatment in the
experiment.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/TreatmentConfig AWS API Documentation

Constants

SENSITIVE