Class: Aws::Finspace::Types::ListKxClustersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kx_cluster_summariesArray<Types::KxCluster>

Lists the cluster details.

Returns:



4260
4261
4262
4263
4264
4265
# File 'lib/aws-sdk-finspace/types.rb', line 4260

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

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


4260
4261
4262
4263
4264
4265
# File 'lib/aws-sdk-finspace/types.rb', line 4260

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