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

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

#itemsArray<Types::DbInstanceSummary>

A list of Timestream for InfluxDB DB instance summaries.

Returns:



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_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)


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