You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DynamoDB::Types::ListTablesInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListTablesInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the input of a ListTables operation.

Instance Attribute Summary collapse

Instance Attribute Details

#exclusive_start_table_nameString

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.

Returns:

  • (String)

    The first table name that this operation will evaluate.

#limitInteger

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

Returns:

  • (Integer)

    A maximum number of table names to return.