ScanOutput
import type { ScanOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dynamodb.ts";interface ScanOutput {
ConsumedCapacity?: ConsumedCapacity | null;
Count?: number | null;
Items?: ({})[] | null;
[key: string]: AttributeValue | null | undefined;
LastEvaluatedKey?: {} | null;
[key: string]: AttributeValue | null | undefined;
ScannedCount?: number | null;
}§Properties
§
ConsumedCapacity?: ConsumedCapacity | null
[src]§
Items?: ({})[] | null
[src][key: string]: AttributeValue | null | undefined;
§
LastEvaluatedKey?: {} | null
[src][key: string]: AttributeValue | null | undefined;