/AWS1/CL_STGLISTGATEWAYSOUTPUT¶
ListGatewaysOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_gateways TYPE /AWS1/CL_STGGATEWAYINFO=>TT_GATEWAYS TT_GATEWAYS¶
An array of GatewayInfo objects.
iv_marker TYPE /AWS1/STGMARKER /AWS1/STGMARKER¶
Use the marker in your next request to fetch the next set of gateways in the list. If there are no more gateways to list, this field does not appear in the response.
Queryable Attributes¶
Gateways¶
An array of GatewayInfo objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAYS() |
Getter for GATEWAYS, with configurable default |
ASK_GATEWAYS() |
Getter for GATEWAYS w/ exceptions if field has no value |
HAS_GATEWAYS() |
Determine if GATEWAYS has a value |
Marker¶
Use the marker in your next request to fetch the next set of gateways in the list. If there are no more gateways to list, this field does not appear in the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |