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::BatchGetItemOutput; use Moose; has ConsumedCapacity => (is => 'ro', isa => 'ArrayRef[Paws::DynamoDB::ConsumedCapacity]'); has Responses => (is => 'ro', isa => 'Paws::DynamoDB::BatchGetResponseMap'); has UnprocessedKeys => (is => 'ro', isa => 'Paws::DynamoDB::BatchGetRequestMap'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::DynamoDB::BatchGetItemOutput =head1 ATTRIBUTES =head2 ConsumedCapacity => ArrayRef[L] The read capacity units consumed by the entire C operation. Each element consists of: =over =item * C - The table that consumed the provisioned throughput. =item * C - The total number of capacity units consumed. =back =head2 Responses => L A map of table name to a list of items. Each object in C consists of a table name, along with a map of attribute data consisting of the data type and attribute value. =head2 UnprocessedKeys => L A map of tables and their respective keys that were not processed with the current response. The C value is in the same form as C, so the value can be provided directly to a subsequent C operation. For more information, see C in the Request Parameters section. Each element consists of: =over =item * C - An array of primary key attribute values that define specific items in the table. =item * C - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result. =item * C - The consistency of a read operation. If set to C, then a strongly consistent read is used; otherwise, an eventually consistent read is used. =back If there are no unprocessed keys remaining, the response contains an empty C map. =head2 _request_id => Str =cut 1;