Class: Aws::Types::ListWorkGroupsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkGroupsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#work_groups ⇒ ::Array[Types::WorkGroupSummary]
Returns the value of attribute work_groups.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
856 857 858 |
# File 'sig/types.rbs', line 856 def next_token @next_token end |
#work_groups ⇒ ::Array[Types::WorkGroupSummary]
Returns the value of attribute work_groups.
855 856 857 |
# File 'sig/types.rbs', line 855 def work_groups @work_groups end |