Class: Aws::CloudWatchEvidently::Types::TreatmentConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/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

Instance Attribute Details

#descriptionString

A description for this treatment.

Returns:

  • (String)


3171
3172
3173
3174
3175
3176
3177
3178
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3171

class TreatmentConfig < Struct.new(
  :description,
  :feature,
  :name,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#featureString

The feature that this experiment is testing.

Returns:

  • (String)


3171
3172
3173
3174
3175
3176
3177
3178
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3171

class TreatmentConfig < Struct.new(
  :description,
  :feature,
  :name,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for this treatment.

Returns:

  • (String)


3171
3172
3173
3174
3175
3176
3177
3178
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3171

class TreatmentConfig < Struct.new(
  :description,
  :feature,
  :name,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#variationString

The name of the variation to use as this treatment in the experiment.

Returns:

  • (String)


3171
3172
3173
3174
3175
3176
3177
3178
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3171

class TreatmentConfig < Struct.new(
  :description,
  :feature,
  :name,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end