NAME
Paws::Honeycode::BatchUpsertTableRowsResult
ATTRIBUTES
FailedBatchItems => ArrayRef[Paws::Honeycode::FailedBatchItem]
The list of batch items in the request that could not be updated or appended in the table. Each element in this list contains one item from the request that could not be updated in the table along with the reason why that item could not be updated or appended.
REQUIRED Rows => Paws::Honeycode::UpsertRowsResultMap
A map with the batch item id as the key and the result of the upsert operation as the value. The result of the upsert operation specifies whether existing rows were updated or a new row was appended, along with the list of row ids that were affected.
REQUIRED WorkbookCursor => Int
The updated workbook cursor after updating or appending rows in the table.