You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDSDataService::Types::Value

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains the value of a column.

 <important> <p>This data type is deprecated.</p> </important> 

Instance Attribute Summary collapse

Instance Attribute Details

#array_valuesArray<Types::Value>

An array of column values.

Returns:

#big_int_valueInteger

A value for a column of big integer data type.

Returns:

  • (Integer)

    A value for a column of big integer data type.

#bit_valueBoolean

A value for a column of BIT data type.

Returns:

  • (Boolean)

    A value for a column of BIT data type.

#blob_valueString

A value for a column of BLOB data type.

Returns:

  • (String)

    A value for a column of BLOB data type.

#double_valueFloat

A value for a column of double data type.

Returns:

  • (Float)

    A value for a column of double data type.

#int_valueInteger

A value for a column of integer data type.

Returns:

  • (Integer)

    A value for a column of integer data type.

#is_nullBoolean

A NULL value.

Returns:

  • (Boolean)

    A NULL value.

#real_valueFloat

A value for a column of real data type.

Returns:

  • (Float)

    A value for a column of real data type.

#string_valueString

A value for a column of string data type.

Returns:

  • (String)

    A value for a column of string data type.

#struct_valueTypes::StructValue

A value for a column of STRUCT data type.

Returns: