class Aws::DynamoDB::Types::ListTablesInput

Represents the input of a `ListTables` operation.

@note When making an API call, you may pass ListTablesInput

data as a hash:

    {
      exclusive_start_table_name: "TableName",
      limit: 1,
    }

@!attribute [rw] exclusive_start_table_name

The first table name that this operation will evaluate. Use the
value that was returned for `LastEvaluatedTableName` in a previous
operation, so that you can obtain the next page of results.
@return [String]

@!attribute [rw] limit

A maximum number of table names to return. If this parameter is not
specified, the limit is 100.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ListTablesInput AWS API Documentation

Constants

SENSITIVE