Class: Aws::Finspace::Types::ListKxClusterNodesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ListKxClusterNodesResponse
- Includes:
- Structure
- Defined in:
- 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.
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 |
#nodes ⇒ Array<Types::KxNode>
A list of nodes associated with the cluster.
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 |