public class ListWorkersResponse.WorkersEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
workerGroup
Identifier for the worker group containing this worker.
|
String |
workerId
Identifier for this worker (unique within this worker group).
|
| Constructor and Description |
|---|
WorkersEntry() |
public String workerGroup
Identifier for the worker group containing this worker.
Syntax: ^([a-zA-Z0-9-_]*)$ Min length: 1 Max length: 22
public String workerId
Identifier for this worker (unique within this worker group).
Syntax: ^([a-zA-Z0-9-_]*)$ Min length: 1 Max length: 22
Copyright © 2014–2017 Mozilla. All rights reserved.