Class: Aws::Types::ListWorkersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workers ⇒ ::Array[Types::WorkerSummary]
Returns the value of attribute workers.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def next_token @next_token end |
#workers ⇒ ::Array[Types::WorkerSummary]
Returns the value of attribute workers.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def workers @workers end |