Class: Aws::Honeycode::Types::BatchCreateTableRowsResult

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

#created_rowsHash<String,String>

The map of batch item id to the row id that was created for that item.

Returns:

  • (Hash<String,String>)


121
122
123
124
125
126
127
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 121

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

#failed_batch_itemsArray<Types::FailedBatchItem>

The list of batch items in the request that could not be added to the table. Each element in this list contains one item from the request that could not be added to the table along with the reason why that item could not be added.

Returns:



121
122
123
124
125
126
127
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 121

class BatchCreateTableRowsResult < Struct.new(
  :workbook_cursor,
  :created_rows,
  :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)


121
122
123
124
125
126
127
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 121

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