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

Class: Aws::TimestreamWrite::Types::ListDatabasesRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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.

Returns:

  • (Integer)

    The total number of items to return in the output.

#next_tokenString

The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

Returns:

  • (String)

    The pagination token.