Class: Aws::TimestreamInfluxDB::Types::ListDbParameterGroupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::ListDbParameterGroupsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::DbParameterGroupSummary>
A list of Timestream for InfluxDB DB parameter group summaries.
-
#next_token ⇒ String
Token from a previous call of the operation.
Instance Attribute Details
#items ⇒ Array<Types::DbParameterGroupSummary>
A list of Timestream for InfluxDB DB parameter group summaries.
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_token ⇒ String
Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.
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 |