/AWS1/CL_AFBLISTGATEWAYSRSP¶
ListGatewaysResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_gateways
TYPE /AWS1/CL_AFBGATEWAYSUMMARY=>TT_GATEWAYSUMMARIES
TT_GATEWAYSUMMARIES
¶
The gateways in the list.
iv_nexttoken
TYPE /AWS1/AFBNEXTTOKEN
/AWS1/AFBNEXTTOKEN
¶
The token used to paginate though multiple pages of gateway summaries.
Queryable Attributes¶
Gateways¶
The gateways in the list.
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 |
NextToken¶
The token used to paginate though multiple pages of gateway summaries.
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 |