class Aws::CloudWatchEvidently::Types::VariationConfig

This structure contains the name and variation value of one variation of a feature.

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

data as a hash:

    {
      name: "VariationName", # required
      value: { # required
        bool_value: false,
        double_value: 1.0,
        long_value: 1,
        string_value: "VariableValueStringValueString",
      },
    }

@!attribute [rw] name

The name of the variation.
@return [String]

@!attribute [rw] value

The value assigned to this variation.
@return [Types::VariableValue]

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

Constants

SENSITIVE