/AWS1/CL_BDOLISTGWRLIMSRSP¶
ListGatewayRateLimitsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_ratelimits TYPE /AWS1/CL_BDOGATEWAYRLIMDETAIL=>TT_GATEWAYRATELIMITS TT_GATEWAYRATELIMITS¶
The list of rate limits for the gateway.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDOGATEWAYRLIMNEXTTOKEN /AWS1/BDOGATEWAYRLIMNEXTTOKEN¶
The token for the next page of results. If this value is absent, there are no more results to retrieve.
Queryable Attributes¶
rateLimits¶
The list of rate limits for the gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RATELIMITS() |
Getter for RATELIMITS, with configurable default |
ASK_RATELIMITS() |
Getter for RATELIMITS w/ exceptions if field has no value |
HAS_RATELIMITS() |
Determine if RATELIMITS has a value |
nextToken¶
The token for the next page of results. If this value is absent, there are no more results to retrieve.
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 |