class Aws::DynamoDB::Types::ExecuteStatementOutput


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ExecuteStatementOutput AWS API Documentation
@return [Hash<String,Types::AttributeValue>]
the result set is when ‘LastEvaluatedKey` is empty.
result set. The only way to know when you have reached the end of
empty, it does not necessarily mean that there is more data in the
there is no more data to be retrieved. If `LastEvaluatedKey` is not
empty, then the “last page” of results has been processed and
excluding this value in the new request. If `LastEvaluatedKey` is
of the previous result set. Use this value to start a new operation,
The primary key of the item where the operation stopped, inclusive
@!attribute [rw] last_evaluated_key
@return [Types::ConsumedCapacity]<br>: docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughputIntro.html<br><br><br><br>DynamoDB Developer Guide*.
more information, see [Provisioned Throughput] in the *Amazon
`ConsumedCapacity` is only returned if the request asked for it. For
statistics for the table and any indexes involved in the operation.
includes the total provisioned throughput consumed, along with
The capacity units consumed by an operation. The data returned
@!attribute [rw] consumed_capacity
@return [String]
results.
that this value in the subsequent request to get the remaining
DynamoDB will set this value in the response. If set, you can use
If the response of a read request exceeds the response payload limit
@!attribute [rw] next_token
@return [Array<Hash<String,Types::AttributeValue>>]
For the write operations this value will be empty.
of the read operation; a map of attribute names and their values.
If a read operation was used, this property will contain the result
@!attribute [rw] items