Class: Aws::Types::DescribeNodegroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNodegroupRequest
- 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.
884 885 886 |
# File 'sig/types.rbs', line 884 def cluster_name @cluster_name end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
885 886 887 |
# File 'sig/types.rbs', line 885 def nodegroup_name @nodegroup_name end |