Field
Contains a value.
Contents
- arrayValue
-
An array of values.
Type: ArrayValue object
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
- structValue
-
A value of STRUCT data type.
Type: String to Field object map
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: