lastEvaluatedTableName property

String? lastEvaluatedTableName
final

The name of the last table in the current list. Use this value as the ExclusiveStartTableName in a new request to continue the list until all the table names are returned. If this value is null, all table names have been returned.

Implementation

final String? lastEvaluatedTableName;