class Aws::CloudWatchEvidently::Types::VariableValue


@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/VariableValue AWS API Documentation
@return [String]
the string value of this variation.
If this feature uses the string variation type, this field contains
@!attribute [rw] string_value
@return [Integer]
the long value of this variation.
If this feature uses the long variation type, this field contains
@!attribute [rw] long_value
@return [Float]
contains the double integer value of this variation.
If this feature uses the double integer variation type, this field
@!attribute [rw] double_value
@return [Boolean]
the Boolean value of this variation.
If this feature uses the Boolean variation type, this field contains
@!attribute [rw] bool_value
@note VariableValue is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of VariableValue corresponding to the set member.
@note VariableValue is a union - when making an API calls you must set exactly one of the members.
or ‘stringValue`.
exactly one field. It can be `boolValue`, `doubleValue`, `longValue`,
The value assigned to a feature variation. This structure must contain