GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::DynamoDB::TransactGetItemsOutput(3) User Contributed Perl Documentation Paws::DynamoDB::TransactGetItemsOutput(3)

Paws::DynamoDB::TransactGetItemsOutput

If the ReturnConsumedCapacity value was "TOTAL", this is an array of "ConsumedCapacity" objects, one for each table addressed by "TransactGetItem" objects in the TransactItems parameter. These "ConsumedCapacity" objects report the read-capacity units consumed by the "TransactGetItems" call in that table.

An ordered array of up to 25 "ItemResponse" objects, each of which corresponds to the "TransactGetItem" object in the same position in the TransactItems array. Each "ItemResponse" object 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 "ItemResponse" object is Null, or if the requested item has no projected attributes, the corresponding "ItemResponse" object is an empty Map.

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.