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

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

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

Returns:

  • (String)


1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1551

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)


1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1551

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)


1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1551

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