Class: Aws::TimestreamInfluxDB::Types::ListDbParameterGroupsOutput

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::DbParameterGroupSummary>

A list of Timestream for InfluxDB DB parameter group summaries.

Returns:



1186
1187
1188
1189
1190
1191
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1186

class ListDbParameterGroupsOutput < 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)


1186
1187
1188
1189
1190
1191
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1186

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