ArrayValue - RDS Data API

ArrayValue

Contains an array.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

arrayValues

An array of arrays.

Type: Array of ArrayValue objects

Required: No

booleanValues

An array of Boolean values.

Type: Array of booleans

Required: No

doubleValues

An array of floating-point numbers.

Type: Array of doubles

Required: No

longValues

An array of integers.

Type: Array of longs

Required: No

stringValues

An array of strings.

Type: Array of strings

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: