/AWS1/CL_WKRLISTNETWORKSRSP¶
ListNetworksResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_networks TYPE /AWS1/CL_WKRNETWORK=>TT_NETWORKLIST TT_NETWORKLIST¶
A list of network objects for the Amazon Web Services account.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The token to use for retrieving the next page of results. If this is not present, there are no more results.
Queryable Attributes¶
networks¶
A list of network objects for the Amazon Web Services account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKS() |
Getter for NETWORKS, with configurable default |
ASK_NETWORKS() |
Getter for NETWORKS w/ exceptions if field has no value |
HAS_NETWORKS() |
Determine if NETWORKS has a value |
nextToken¶
The token to use for retrieving the next page of results. If this is not present, there are no more results.
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 |