Datum
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
- TimeSeriesValue
-
Indicates if the data point is a timeseries data type.
Type: Array of TimeSeriesDataPoint objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: