AWS SDK for .NET Documentation
TableNames Property
AmazonAmazon.DynamoDBv2.ModelListTablesResultTableNames Did this page help you?   Yes   No    Tell us about it...
The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100. If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.
Declaration Syntax
C#
public List<string> TableNames { get; set; }

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