Class: Aws::Types::ListManagedWorkgroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListManagedWorkgroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_workgroups ⇒ ::Array[Types::ManagedWorkgroupListItem]
Returns the value of attribute managed_workgroups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#managed_workgroups ⇒ ::Array[Types::ManagedWorkgroupListItem]
Returns the value of attribute managed_workgroups.
536 537 538 |
# File 'sig/types.rbs', line 536 def managed_workgroups @managed_workgroups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
537 538 539 |
# File 'sig/types.rbs', line 537 def next_token @next_token end |