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

Class: Aws::RedshiftDataAPIService::Types::Field

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

Overview

A data value in a column.

Instance Attribute Summary collapse

Instance Attribute Details

#blob_valueString

A value of the BLOB data type.

Returns:

  • (String)

    A value of the BLOB data type.

#boolean_valueBoolean

A value of the Boolean data type.

Returns:

  • (Boolean)

    A value of the Boolean data type.

#double_valueFloat

A value of the double data type.

Returns:

  • (Float)

    A value of the double data type.

#is_nullBoolean

A value that indicates whether the data is NULL.

Returns:

  • (Boolean)

    A value that indicates whether the data is NULL.

#long_valueInteger

A value of the long data type.

Returns:

  • (Integer)

    A value of the long data type.

#string_valueString

A value of the string data type.

Returns:

  • (String)

    A value of the string data type.