AWS SDK for .NET Documentation
ExclusiveStartTableName Property
AmazonAmazon.DynamoDB.ModelListTablesRequestExclusiveStartTableName Did this page help you?   Yes   No    Tell us about it...
The name of the table that starts the list. If you already ran a ListTables operation and received a LastEvaluatedTableName value in the response, use that value here to continue the list.

Constraints:

Length
3 - 255
Pattern
[a-zA-Z0-9_.-]+

Declaration Syntax
C#
public string ExclusiveStartTableName { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)