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

Class: Aws::DynamoDB::Types::ListGlobalTablesInput

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#exclusive_start_global_table_nameString

The first global table name that this operation will evaluate.

Returns:

  • (String)

    The first global table name that this operation will evaluate.

#limitInteger

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.

Returns:

  • (Integer)

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

#region_nameString

Lists the global tables in a specific Region.

Returns:

  • (String)

    Lists the global tables in a specific Region.