Class: Aws::Finspace::Types::DeleteKxClusterNodeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-finspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of the cluster, for which you want to delete the nodes.

Returns:

  • (String)


1558
1559
1560
1561
1562
1563
1564
# File 'lib/aws-sdk-finspace/types.rb', line 1558

class DeleteKxClusterNodeRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


1558
1559
1560
1561
1562
1563
1564
# File 'lib/aws-sdk-finspace/types.rb', line 1558

class DeleteKxClusterNodeRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end

#node_idString

A unique identifier for the node that you want to delete.

Returns:

  • (String)


1558
1559
1560
1561
1562
1563
1564
# File 'lib/aws-sdk-finspace/types.rb', line 1558

class DeleteKxClusterNodeRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end