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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/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:



4235
4236
4237
4238
4239
4240
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4235

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)


4235
4236
4237
4238
4239
4240
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4235

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