Class: Aws::Finspace::Types::ListKxClusterNodesRequest

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

#cluster_nameString

A unique name for the cluster.

Returns:

  • (String)


4140
4141
4142
4143
4144
4145
4146
4147
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4140

class ListKxClusterNodesRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


4140
4141
4142
4143
4144
4145
4146
4147
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4140

class ListKxClusterNodesRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in this request.

Returns:

  • (Integer)


4140
4141
4142
4143
4144
4145
4146
4147
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4140

class ListKxClusterNodesRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


4140
4141
4142
4143
4144
4145
4146
4147
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4140

class ListKxClusterNodesRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end