class Aws::DynamoDB::Types::ListTablesInput


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ListTablesInput AWS API Documentation
@return [Integer]
specified, the limit is 100.
A maximum number of table names to return. If this parameter is not
@!attribute [rw] limit
@return [String]
operation, so that you can obtain the next page of results.
value that was returned for ‘LastEvaluatedTableName` in a previous
The first table name that this operation will evaluate. Use the
@!attribute [rw] exclusive_start_table_name
}
limit: 1,
exclusive_start_table_name: “TableName”,
{
data as a hash:
@note When making an API call, you may pass ListTablesInput
Represents the input of a `ListTables` operation.