TableRow - Amazon Honeycode

TableRow

An object that contains attributes about a single row in a table

Contents

cells

A list of cells in the table row. The cells appear in the same order as the columns of the table.

Type: Array of Cell objects

Required: Yes

rowId

The id of the row in the table.

Type: String

Length Constraints: Fixed length of 77.

Pattern: row:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: