Class: Aws::Types::DeleteNodegroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNodegroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
695 696 697 |
# File 'sig/types.rbs', line 695 def cluster_name @cluster_name end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
696 697 698 |
# File 'sig/types.rbs', line 696 def nodegroup_name @nodegroup_name end |