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