class Aws::DynamoDB::Types::ListGlobalTablesInput

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

data as a hash:

    {
      exclusive_start_global_table_name: "TableName",
      limit: 1,
      region_name: "RegionName",
    }

@!attribute [rw] exclusive_start_global_table_name

The first global table name that this operation will evaluate.
@return [String]

@!attribute [rw] limit

The maximum number of table names to return, if the parameter is not
specified DynamoDB defaults to 100.

If the number of global tables DynamoDB finds reaches this limit, it
stops the operation and returns the table names collected up to that
point, with a table name in the `LastEvaluatedGlobalTableName` to
apply in a subsequent operation to the
`ExclusiveStartGlobalTableName` parameter.
@return [Integer]

@!attribute [rw] region_name

Lists the global tables in a specific Region.
@return [String]

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

Constants

SENSITIVE