class Aws::TimestreamWrite::Types::ListTablesRequest

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

data as a hash:

    {
      database_name: "ResourceName",
      next_token: "String",
      max_results: 1,
    }

@!attribute [rw] database_name

The name of the Timestream database.
@return [String]

@!attribute [rw] next_token

The pagination token. To resume pagination, provide the NextToken
value as argument of a subsequent API invocation.
@return [String]

@!attribute [rw] max_results

The total number of items to return in the output. If the total
number of items available is more than the value specified, a
NextToken is provided in the output. To resume pagination, provide
the NextToken value as argument of a subsequent API invocation.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/timestream-write-2018-11-01/ListTablesRequest AWS API Documentation

Constants

SENSITIVE