/AWS1/CL_TRNLISTSERVERSRSP¶
ListServersResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_servers TYPE /AWS1/CL_TRNLISTEDSERVER=>TT_LISTEDSERVERS TT_LISTEDSERVERS¶
An array of servers that were listed.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/TRNNEXTTOKEN /AWS1/TRNNEXTTOKEN¶
When you can get additional results from the
ListServersoperation, aNextTokenparameter is returned in the output. In a following command, you can pass in theNextTokenparameter to continue listing additional servers.
Queryable Attributes¶
NextToken¶
When you can get additional results from the
ListServersoperation, aNextTokenparameter is returned in the output. In a following command, you can pass in theNextTokenparameter to continue listing additional servers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
Servers¶
An array of servers that were listed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERS() |
Getter for SERVERS, with configurable default |
ASK_SERVERS() |
Getter for SERVERS w/ exceptions if field has no value |
HAS_SERVERS() |
Determine if SERVERS has a value |