Class: Aws::Finspace::Types::ListKxClustersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ListKxClustersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kx_cluster_summaries ⇒ Array<Types::KxCluster>
Lists the cluster details.
-
#next_token ⇒ String
A token that indicates where a results page should begin.
Instance Attribute Details
#kx_cluster_summaries ⇒ Array<Types::KxCluster>
Lists the cluster details.
4260 4261 4262 4263 4264 4265 |
# File 'lib/aws-sdk-finspace/types.rb', line 4260 class ListKxClustersResponse < Struct.new( :kx_cluster_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
4260 4261 4262 4263 4264 4265 |
# File 'lib/aws-sdk-finspace/types.rb', line 4260 class ListKxClustersResponse < Struct.new( :kx_cluster_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |