/AWS1/CL_DYNTRANSACTWRITEITE01¶
TransactWriteItemsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_consumedcapacity TYPE /AWS1/CL_DYNCONSUMEDCAPACITY=>TT_CONSUMEDCAPACITYMULTIPLE TT_CONSUMEDCAPACITYMULTIPLE¶
The capacity units consumed by the entire
TransactWriteItemsoperation. The values of the list are ordered according to the ordering of theTransactItemsrequest parameter.
it_itemcollectionmetrics TYPE /AWS1/CL_DYNITEMCOLLMETRICS=>TT_ITEMCOLLMETRICSPERTABLE TT_ITEMCOLLMETRICSPERTABLE¶
A list of tables that were processed by
TransactWriteItemsand, for each table, information about any item collections that were affected by individualUpdateItem,PutItem, orDeleteItemoperations.
Queryable Attributes¶
ConsumedCapacity¶
The capacity units consumed by the entire
TransactWriteItemsoperation. The values of the list are ordered according to the ordering of theTransactItemsrequest parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONSUMEDCAPACITY() |
Getter for CONSUMEDCAPACITY, with configurable default |
ASK_CONSUMEDCAPACITY() |
Getter for CONSUMEDCAPACITY w/ exceptions if field has no va |
HAS_CONSUMEDCAPACITY() |
Determine if CONSUMEDCAPACITY has a value |
ItemCollectionMetrics¶
A list of tables that were processed by
TransactWriteItemsand, for each table, information about any item collections that were affected by individualUpdateItem,PutItem, orDeleteItemoperations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMCOLLECTIONMETRICS() |
Getter for ITEMCOLLECTIONMETRICS, with configurable default |
ASK_ITEMCOLLECTIONMETRICS() |
Getter for ITEMCOLLECTIONMETRICS w/ exceptions if field has |
HAS_ITEMCOLLECTIONMETRICS() |
Determine if ITEMCOLLECTIONMETRICS has a value |