VariableValue - CloudWatch Evidently

VariableValue

The value assigned to a feature variation. This structure must contain exactly one field. It can be boolValue, doubleValue, longValue, or stringValue.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

boolValue

If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.

Type: Boolean

Required: No

doubleValue

If this feature uses the double integer variation type, this field contains the double integer value of this variation.

Type: Double

Required: No

longValue

If this feature uses the long variation type, this field contains the long value of this variation.

Type: Long

Valid Range: Minimum value of -9007199254740991. Maximum value of 9007199254740991.

Required: No

stringValue

If this feature uses the string variation type, this field contains the string value of this variation.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 512.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: