AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
            Represents the output of a ListTables operation.
            
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public class ListTablesResponse : AmazonWebServiceResponse
The ListTablesResponse type exposes the following members
| Name | Description | |
|---|---|---|
 
 | 
ListTablesResponse() | 
| Name | Type | Description | |
|---|---|---|---|
 
 | 
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | 
 
 | 
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | 
 
 | 
LastEvaluatedTableName | System.String | 
 Gets and sets the property LastEvaluatedTableName. 
            The name of the last table in the current page of results. Use this value as the  
            If you do not receive a   | 
 
 | 
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | 
 
 | 
TableNames | System.Collections.Generic.List<System.String> | 
 Gets and sets the property TableNames. The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100. 
            If   | 
.NET: 
Supported in: 8.0 and newer, Core 3.1
.NET Standard: 
Supported in: 2.0
.NET Framework: 
Supported in: 4.7.2 and newer