class Aws::Honeycode::Types::BatchUpsertTableRowsResult

@!attribute [rw] rows

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.
@return [Hash<String,Types::UpsertRowsResult>]

@!attribute [rw] workbook_cursor

The updated workbook cursor after updating or appending rows in the
table.
@return [Integer]

@!attribute [rw] failed_batch_items

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.
@return [Array<Types::FailedBatchItem>]

@see docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/BatchUpsertTableRowsResult AWS API Documentation

Constants

SENSITIVE