class Aws::DynamoDB::Types::ListTablesOutput
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ListTablesOutput AWS API Documentation
@return [String]
retrieved.
response, this means that there are no more table names to be
If you do not receive a ‘LastEvaluatedTableName` value in the
the next page of results, until all the table names are returned.
value as the `ExclusiveStartTableName` in a new request to obtain
The name of the last table in the current page of results. Use this
@!attribute [rw] last_evaluated_table_name
@return [Array<String>]
subsequent `ListTables` request and obtain the next page of results.
this value as the `ExclusiveStartTableName` parameter in a
If `LastEvaluatedTableName` also appears in the output, you can use
current endpoint. The maximum size of this array is 100.
The names of the tables associated with the current account at the
@!attribute [rw] table_names
Represents the output of a `ListTables` operation.