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)


4186
4187
4188
4189
4190
4191
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4186

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

#nodesArray<Types::KxNode>

A list of nodes associated with the cluster.

Returns:



4186
4187
4188
4189
4190
4191
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4186

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