Class: Aws::Types::ListManagedWorkgroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListManagedWorkgroupsRequest
- 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.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
529 530 531 |
# File 'sig/types.rbs', line 529 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
530 531 532 |
# File 'sig/types.rbs', line 530 def next_token @next_token end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
531 532 533 |
# File 'sig/types.rbs', line 531 def source_arn @source_arn end |