Class: Aws::Types::ListWorkgroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkgroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
687 688 689 |
# File 'sig/types.rbs', line 687 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
688 689 690 |
# File 'sig/types.rbs', line 688 def next_token @next_token end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
689 690 691 |
# File 'sig/types.rbs', line 689 def owner_account @owner_account end |