Class: Aws::Finspace::Types::ListKxClusterNodesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ListKxClusterNodesResponse
- Defined in:
- gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates where a results page should begin.
-
#nodes ⇒ Array<Types::KxNode>
A list of nodes associated with the cluster.
Instance Attribute Details
#next_token ⇒ String
A token that indicates where a results page should begin.
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 |
#nodes ⇒ Array<Types::KxNode>
A list of nodes associated with the cluster.
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 |