Class: Aws::TimestreamInfluxDB::Types::ListDbClustersInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-timestreaminfluxdb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum 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 an argument of a subsequent API invocation.

Returns:

  • (Integer)


2338
2339
2340
2341
2342
2343
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 2338

class ListDbClustersInput < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2338
2339
2340
2341
2342
2343
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 2338

class ListDbClustersInput < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end