Class: Aws::Honeycode::Types::BatchDeleteTableRowsResult

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 row ids in the request that could not be deleted from the table. Each element in this list contains one row id from the request that could not be deleted along with the reason why that item could not be deleted.

Returns:



188
189
190
191
192
193
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 188

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

#workbook_cursorInteger

The updated workbook cursor after deleting the rows from the table.

Returns:

  • (Integer)


188
189
190
191
192
193
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 188

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