NAME
Paws::DynamoDB::ExecuteStatementOutput
ATTRIBUTES
Items => ArrayRef[Paws::DynamoDB::AttributeMap]
If a read operation was used, this property will contain the result of the reade operation; a map of attribute names and their values. For the write operations this value will be empty.
NextToken => Str
If the response of a read request exceeds the response payload limit DynamoDB will set this value in the response. If set, you can use that this value in the subsequent request to get the remaining results.