/AWS1/CL_DYNTRANSACTGETITEMS01¶
TransactGetItemsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_consumedcapacity TYPE /AWS1/CL_DYNCONSUMEDCAPACITY=>TT_CONSUMEDCAPACITYMULTIPLE TT_CONSUMEDCAPACITYMULTIPLE¶
If the ReturnConsumedCapacity value was
TOTAL, this is an array ofConsumedCapacityobjects, one for each table addressed byTransactGetItemobjects in the TransactItems parameter. TheseConsumedCapacityobjects report the read-capacity units consumed by theTransactGetItemscall in that table.
it_responses TYPE /AWS1/CL_DYNITEMRESPONSE=>TT_ITEMRESPONSELIST TT_ITEMRESPONSELIST¶
An ordered array of up to 100
ItemResponseobjects, each of which corresponds to theTransactGetItemobject in the same position in the TransactItems array. EachItemResponseobject contains a Map of the name-value pairs that are the projected attributes of the requested item.If a requested item could not be retrieved, the corresponding
ItemResponseobject is Null, or if the requested item has no projected attributes, the correspondingItemResponseobject is an empty Map.
Queryable Attributes¶
ConsumedCapacity¶
If the ReturnConsumedCapacity value was
TOTAL, this is an array ofConsumedCapacityobjects, one for each table addressed byTransactGetItemobjects in the TransactItems parameter. TheseConsumedCapacityobjects report the read-capacity units consumed by theTransactGetItemscall in that table.
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 |
Responses¶
An ordered array of up to 100
ItemResponseobjects, each of which corresponds to theTransactGetItemobject in the same position in the TransactItems array. EachItemResponseobject contains a Map of the name-value pairs that are the projected attributes of the requested item.If a requested item could not be retrieved, the corresponding
ItemResponseobject is Null, or if the requested item has no projected attributes, the correspondingItemResponseobject is an empty Map.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESPONSES() |
Getter for RESPONSES, with configurable default |
ASK_RESPONSES() |
Getter for RESPONSES w/ exceptions if field has no value |
HAS_RESPONSES() |
Determine if RESPONSES has a value |