Class: Aws::CloudWatchEvidently::Types::TreatmentConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::TreatmentConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
A structure that defines one treatment in an experiment. A treatment is a variation of the feature that you are including in the experiment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for this treatment.
-
#feature ⇒ String
The feature that this experiment is testing.
-
#name ⇒ String
A name for this treatment.
-
#variation ⇒ String
The name of the variation to use as this treatment in the experiment.
Instance Attribute Details
#description ⇒ String
A description for this treatment.
3171 3172 3173 3174 3175 3176 3177 3178 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3171 class TreatmentConfig < Struct.new( :description, :feature, :name, :variation) SENSITIVE = [] include Aws::Structure end |
#feature ⇒ String
The feature that this experiment is testing.
3171 3172 3173 3174 3175 3176 3177 3178 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3171 class TreatmentConfig < Struct.new( :description, :feature, :name, :variation) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for this treatment.
3171 3172 3173 3174 3175 3176 3177 3178 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3171 class TreatmentConfig < Struct.new( :description, :feature, :name, :variation) SENSITIVE = [] include Aws::Structure end |
#variation ⇒ String
The name of the variation to use as this treatment in the experiment.
3171 3172 3173 3174 3175 3176 3177 3178 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3171 class TreatmentConfig < Struct.new( :description, :feature, :name, :variation) SENSITIVE = [] include Aws::Structure end |