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

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

A list of Timestream for InfluxDB DB parameter group summaries.

Returns:



854
855
856
857
858
859
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 854

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)


854
855
856
857
858
859
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 854

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