Class: Aws::TimestreamInfluxDB::Types::ListDbClustersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::ListDbClustersOutput
- Defined in:
- gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::DbClusterSummary>
A list of Timestream for InfluxDB cluster summaries.
-
#next_token ⇒ String
Token from a previous call of the operation.
Instance Attribute Details
#items ⇒ Array<Types::DbClusterSummary>
A list of Timestream for InfluxDB cluster summaries.
1632 1633 1634 1635 1636 1637 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 1632 class ListDbClustersOutput < 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.
1632 1633 1634 1635 1636 1637 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 1632 class ListDbClustersOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |