Class: Aws::TimestreamInfluxDB::Types::ListDbInstancesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::ListDbInstancesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of items to return in the output.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#max_results ⇒ Integer
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 argument of a subsequent API invocation.
1089 1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1089 class ListDbInstancesInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
1089 1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1089 class ListDbInstancesInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |