Creates a Table object with the specified name, using the
passed-in client to load the table definition.
This method will throw an exception if the table does not exist.

C# |
public static Table LoadTable( AmazonDynamoDB ddbClient, string tableName )

- ddbClient (AmazonDynamoDB)
- Client to use to access DynamoDB.
- tableName (String)
- Name of the table.

Table object representing the specified table.