Class: Aws::Honeycode::Types::BatchUpdateTableRowsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_batch_itemsArray<Types::FailedBatchItem>

The list of batch items in the request that could not be updated 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.

Returns:



258
259
260
261
262
263
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 258

class BatchUpdateTableRowsResult < Struct.new(
  :workbook_cursor,
  :failed_batch_items)
  SENSITIVE = []
  include Aws::Structure
end

#workbook_cursorInteger

The updated workbook cursor after adding the new rows at the end of the table.

Returns:

  • (Integer)


258
259
260
261
262
263
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 258

class BatchUpdateTableRowsResult < Struct.new(
  :workbook_cursor,
  :failed_batch_items)
  SENSITIVE = []
  include Aws::Structure
end