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

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

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


4184
4185
4186
4187
4188
4189
# File 'lib/aws-sdk-finspace/types.rb', line 4184

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

#nodesArray<Types::KxNode>

A list of nodes associated with the cluster.

Returns:



4184
4185
4186
4187
4188
4189
# File 'lib/aws-sdk-finspace/types.rb', line 4184

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