Class: Aws::DSQL::Types::ListClustersOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dsql/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clustersArray<Types::ClusterSummary>

An array of the returned clusters.

Returns:



482
483
484
485
486
487
# File 'lib/aws-sdk-dsql/types.rb', line 482

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

#next_tokenString

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.

Returns:

  • (String)


482
483
484
485
486
487
# File 'lib/aws-sdk-dsql/types.rb', line 482

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