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:



1148
1149
1150
1151
1152
1153
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1148

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)


1148
1149
1150
1151
1152
1153
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1148

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