Field
Contains a value.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- arrayValue
-
An array of values.
Type: ArrayValue object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- blobValue
-
A value of BLOB data type.
Type: Base64-encoded binary data object
Required: No
- booleanValue
-
A value of Boolean data type.
Type: Boolean
Required: No
- doubleValue
-
A value of double data type.
Type: Double
Required: No
- isNull
-
A NULL value.
Type: Boolean
Required: No
- longValue
-
A value of long data type.
Type: Long
Required: No
- stringValue
-
A value of string data type.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: