Class: Aws::TimestreamInfluxDB::Types::ListDbInstancesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::ListDbInstancesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::DbInstanceSummary>
A list of Timestream for InfluxDB DB instance summaries.
-
#next_token ⇒ String
Token from a previous call of the operation.
Instance Attribute Details
#items ⇒ Array<Types::DbInstanceSummary>
A list of Timestream for InfluxDB DB instance summaries.
1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1108 class ListDbInstancesOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.
1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1108 class ListDbInstancesOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |