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.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def next_token @next_token end |
#nodegroups ⇒ ::Array[::String]
Returns the value of attribute nodegroups.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def nodegroups @nodegroups end |