class Aws::RDSDataService::Types::Value


@see docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/Value AWS API Documentation
@return [Types::StructValue]
A value for a column of STRUCT data type.
@!attribute [rw] struct_value
@return [String]
A value for a column of string data type.
@!attribute [rw] string_value
@return [Float]
A value for a column of real data type.
@!attribute [rw] real_value
@return [Boolean]
A NULL value.
@!attribute [rw] is_null
@return [Integer]
A value for a column of integer data type.
@!attribute [rw] int_value
@return [Float]
A value for a column of double data type.
@!attribute [rw] double_value
@return [String]
A value for a column of BLOB data type.
@!attribute [rw] blob_value
@return [Boolean]
A value for a column of BIT data type.
@!attribute [rw] bit_value
@return [Integer]
A value for a column of big integer data type.
@!attribute [rw] big_int_value
@return [Array<Types::Value>]
An array of column values.
@!attribute [rw] array_values
<important> <p>This data type is deprecated.</p> </important>
Contains the value of a column.