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

Class: Aws::RedshiftDataAPIService::Types::ColumnMetadata

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

Overview

The properties (metadata) of a column.

Instance Attribute Summary collapse

Instance Attribute Details

#column_defaultString

The default value of the column.

Returns:

  • (String)

    The default value of the column.

#is_case_sensitiveBoolean

A value that indicates whether the column is case-sensitive.

Returns:

  • (Boolean)

    A value that indicates whether the column is case-sensitive.

#is_currencyBoolean

A value that indicates whether the column contains currency values.

Returns:

  • (Boolean)

    A value that indicates whether the column contains currency values.

#is_signedBoolean

A value that indicates whether an integer column is signed.

Returns:

  • (Boolean)

    A value that indicates whether an integer column is signed.

#labelString

The label for the column.

Returns:

  • (String)

    The label for the column.

#lengthInteger

The length of the column.

Returns:

  • (Integer)

    The length of the column.

#nameString

The name of the column.

Returns:

  • (String)

    The name of the column.

#nullableInteger

A value that indicates whether the column is nullable.

Returns:

  • (Integer)

    A value that indicates whether the column is nullable.

#precisionInteger

The precision value of a decimal number column.

Returns:

  • (Integer)

    The precision value of a decimal number column.

#scaleInteger

The scale value of a decimal number column.

Returns:

  • (Integer)

    The scale value of a decimal number column.

#schema_nameString

The name of the schema that contains the table that includes the column.

Returns:

  • (String)

    The name of the schema that contains the table that includes the column.

#table_nameString

The name of the table that includes the column.

Returns:

  • (String)

    The name of the table that includes the column.

#type_nameString

The database-specific data type of the column.

Returns:

  • (String)

    The database-specific data type of the column.