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
- Struct
- Aws::Honeycode::Types::DataItem
- Defined in:
- (unknown)
Overview
The data in a particular data cell defined on the screen.
Instance Attribute Summary collapse
-
#formatted_value ⇒ String
The formatted value of the data.
-
#override_format ⇒ 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_value ⇒ String
The raw value of the data.
Instance Attribute Details
#formatted_value ⇒ String
The formatted value of the data. e.g. John Smith.
#override_format ⇒ 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.
Possible values:
- AUTO
- NUMBER
- CURRENCY
- DATE
- TIME
- DATE_TIME
- PERCENTAGE
- TEXT
- ACCOUNTING
- CONTACT
- ROWLINK
#raw_value ⇒ String
The raw value of the data. e.g. jsmith@example.com