class Aws::DynamoDB::Types::ScanOutput
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ScanOutput AWS API Documentation
@return [Types::ConsumedCapacity]<br>: docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughputIntro.html<br><br><br><br>Developer Guide*.
information, see [Provisioned Throughput] in the *Amazon DynamoDB
`ReturnConsumedCapacity` parameter was specified. For more
operation. ‘ConsumedCapacity` is only returned if the
with statistics for the table and any indexes involved in the
returned includes the total provisioned throughput consumed, along
The capacity units consumed by the `Scan` operation. The data
@!attribute [rw] consumed_capacity
@return [Hash<String,Types::AttributeValue>]
`LastEvaluatedKey` is empty.
you have reached the end of the result set is when
that there is more data in the result set. The only way to know when
If `LastEvaluatedKey` is not empty, it does not necessarily mean
has been processed and there is no more data to be retrieved.
If `LastEvaluatedKey` is empty, then the “last page” of results
excluding this value in the new request.
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 [Integer]<br>: docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#Count<br><br><br><br>the same as `Count`.
If you did not use a filter in the request, then `ScannedCount` is
and ScannedCount] in the *Amazon DynamoDB Developer Guide*.
an inefficient `Scan` operation. For more information, see [Count
high `ScannedCount` value with few, or no, `Count` results indicates
The number of items evaluated, before any `ScanFilter` is applied. A
@!attribute [rw] scanned_count
@return [Integer]
as `ScannedCount`.
If you did not use a filter in the request, then `Count` is the same
is the number of matching items before the filter was applied.
of items returned after the filter was applied, and `ScannedCount`
If you set `ScanFilter` in the request, then `Count` is the number
The number of items in the response.
@!attribute [rw] count
@return [Array<Hash<String,Types::AttributeValue>>]
for that attribute.
element in this array consists of an attribute name and the value
An array of item attributes that match the scan criteria. Each
@!attribute [rw] items
Represents the output of a `Scan` operation.