Class: Aws::TimestreamInfluxDB::Types::ListDbInstancesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::DbInstanceSummary>

A list of Timestream for InfluxDB DB instance summaries.

Returns:



1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 1146

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

#next_tokenString

Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 1146

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