Class: Aws::DSQL::Types::ListClustersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::ListClustersInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dsql/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
An optional parameter that specifies the maximum number of results to return.
-
#next_token ⇒ String
If your initial ListClusters operation returns a nextToken, you can include the returned nextToken in following ListClusters operations, which returns results in the next page.
Instance Attribute Details
#max_results ⇒ Integer
An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
462 463 464 465 466 467 |
# File 'lib/aws-sdk-dsql/types.rb', line 462 class ListClustersInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If your initial ListClusters operation returns a nextToken, you can include the returned nextToken in following ListClusters operations, which returns results in the next page.
462 463 464 465 466 467 |
# File 'lib/aws-sdk-dsql/types.rb', line 462 class ListClustersInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |