FieldValueUnion
Object to store union of Field values.
Contents
- booleanValue
-
Can be either null, or have a Boolean value type. Only one value can be provided.
Type: Boolean
Required: No
- doubleValue
-
Can be either null, or have a Double number value type. Only one value can be provided.
Type: Double
Required: No
- stringValue
-
String value type.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 500.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: