Class: Aws::Finspace::Types::DeleteKxClusterNodeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::DeleteKxClusterNodeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The name of the cluster, for which you want to delete the nodes.
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
-
#node_id ⇒ String
A unique identifier for the node that you want to delete.
Instance Attribute Details
#cluster_name ⇒ String
The name of the cluster, for which you want to delete the nodes.
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_id ⇒ String
A unique identifier for the kdb environment.
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_id ⇒ String
A unique identifier for the node that you want to delete.
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 |