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

Class: Aws::Honeycode::Types::DataItem

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

Overview

The data in a particular data cell defined on the screen.

Instance Attribute Summary collapse

Instance Attribute Details

#formatted_valueString

The formatted value of the data. e.g. John Smith.

Returns:

  • (String)

    The formatted value of the data.

#override_formatString

The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.

Possible values:

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

Returns:

  • (String)

    The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.

#raw_valueString

The raw value of the data. e.g. jsmith@example.com

Returns:

  • (String)

    The raw value of the data.