Class: Aws::Honeycode::Types::BatchUpdateTableRowsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::BatchUpdateTableRowsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_batch_items ⇒ Array<Types::FailedBatchItem>
The list of batch items in the request that could not be updated in the table.
-
#workbook_cursor ⇒ Integer
The updated workbook cursor after adding the new rows at the end of the table.
Instance Attribute Details
#failed_batch_items ⇒ Array<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.
258 259 260 261 262 263 |
# File 'lib/aws-sdk-honeycode/types.rb', line 258 class BatchUpdateTableRowsResult < Struct.new( :workbook_cursor, :failed_batch_items) SENSITIVE = [] include Aws::Structure end |
#workbook_cursor ⇒ Integer
The updated workbook cursor after adding the new rows at the end of the table.
258 259 260 261 262 263 |
# File 'lib/aws-sdk-honeycode/types.rb', line 258 class BatchUpdateTableRowsResult < Struct.new( :workbook_cursor, :failed_batch_items) SENSITIVE = [] include Aws::Structure end |