Class: Aws::Types::DeleteKxClusterNodeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteKxClusterNodeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
298 299 300 |
# File 'sig/types.rbs', line 298 def cluster_name @cluster_name end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
297 298 299 |
# File 'sig/types.rbs', line 297 def environment_id @environment_id end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
299 300 301 |
# File 'sig/types.rbs', line 299 def node_id @node_id end |