Datum
Represents a single data point in a query result.
Contents
- arrayValue
-
Indicates if the data point is an array.
Type: Array of Datum objects
Required: No
- nullValue
-
Indicates if the data point is null.
Type: Boolean
Required: No
- rowValue
-
Indicates if the data point is a row.
Type: Row object
Required: No
- scalarValue
-
Indicates if the data point is a scalar value such as integer, string, double, or Boolean.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: