Class: Aws::Finspace::Types::ListKxClusterNodesResponse

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

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4159

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

#nodesArray<Types::KxNode>

A list of nodes associated with the cluster.

Returns:



4159
4160
4161
4162
4163
4164
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4159

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