Class: Aws::Types::ListNodegroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListNodegroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#nodegroups ⇒ ::Array[::String]
Returns the value of attribute nodegroups.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def next_token @next_token end |
#nodegroups ⇒ ::Array[::String]
Returns the value of attribute nodegroups.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def nodegroups @nodegroups end |