Interface IListTablesPaginator
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Paginator for the ListTables operation
public interface IListTablesPaginator
Properties
Responses
Enumerable containing all full responses for the operation
IPaginatedEnumerable<ListTablesResponse> Responses { get; }
Property Value
- IPaginatedEnumerable<ListTablesResponse>
TableNames
Enumerable containing all of the TableNames
IPaginatedEnumerable<string> TableNames { get; }
Property Value
- IPaginatedEnumerable<string>