Method: Aws::Honeycode::Types::UpsertRowData#batch_item_id
- Defined in:
- lib/aws-sdk-honeycode/types.rb
#batch_item_id ⇒ String
An external identifier that represents a single item in the request that is being upserted as part of the BatchUpsertTableRows request. This can be any string that you can use to identify the item in the request. The BatchUpsertTableRows API puts the batch item id in the results to allow you to link data in the request to data in the results.
1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-honeycode/types.rb', line 1659 class UpsertRowData < Struct.new( :batch_item_id, :filter, :cells_to_update) SENSITIVE = [] include Aws::Structure end |