PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::DynamoDB::TransactGetItemsOutput; use Moose; has ConsumedCapacity => (is => 'ro', isa => 'ArrayRef[Paws::DynamoDB::ConsumedCapacity]'); has Responses => (is => 'ro', isa => 'ArrayRef[Paws::DynamoDB::ItemResponse]'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::DynamoDB::TransactGetItemsOutput =head1 ATTRIBUTES =head2 ConsumedCapacity => ArrayRef[L] If the I value was C, this is an array of C objects, one for each table addressed by C objects in the I parameter. These C objects report the read-capacity units consumed by the C call in that table. =head2 Responses => ArrayRef[L] An ordered array of up to 25 C objects, each of which corresponds to the C object in the same position in the I array. Each C 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 C object is Null, or if the requested item has no projected attributes, the corresponding C object is an empty Map. =head2 _request_id => Str =cut 1;