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

Class: Aws::Honeycode::Types::ColumnMetadata

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

Overview

Metadata for column in the table.

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the column.

Possible values:

  • AUTO
  • NUMBER
  • CURRENCY
  • DATE
  • TIME
  • DATE_TIME
  • PERCENTAGE
  • TEXT
  • ACCOUNTING
  • CONTACT
  • ROWLINK

Returns:

  • (String)

    The format of the column.

#nameString

The name of the column.

Returns:

  • (String)

    The name of the column.