/AWS1/CL_BDOGATEWAYRLIMDETAIL¶
Shared fields for GatewayRateLimit responses
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_ratelimitid TYPE /AWS1/BDOGATEWAYRATELIMITID /AWS1/BDOGATEWAYRATELIMITID¶
Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
iv_gatewayidentifier TYPE /AWS1/BDOGATEWAYIDENTIFIER /AWS1/BDOGATEWAYIDENTIFIER¶
The unique identifier of the gateway.
it_dimensionkeys TYPE /AWS1/CL_BDODIMENSIONKEYS_W=>TT_DIMENSIONKEYS TT_DIMENSIONKEYS¶
Ordered list of dimension key names defining the scope of a limit
it_entries TYPE /AWS1/CL_BDOLIMITENTRY=>TT_LIMITENTRIES TT_LIMITENTRIES¶
List of rule entries within a limit
iv_status TYPE /AWS1/BDOGATEWAYRLIMSTATUS /AWS1/BDOGATEWAYRLIMSTATUS¶
Status of a gateway limit
iv_createdat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when the rate limit was created.
iv_updatedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when the rate limit was last updated.
Optional arguments:¶
iv_description TYPE /AWS1/BDOGATEWAYRATELIMITDESC /AWS1/BDOGATEWAYRATELIMITDESC¶
Optional human-readable description for this limit.
Queryable Attributes¶
rateLimitId¶
Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RATELIMITID() |
Getter for RATELIMITID, with configurable default |
ASK_RATELIMITID() |
Getter for RATELIMITID w/ exceptions if field has no value |
HAS_RATELIMITID() |
Determine if RATELIMITID has a value |
gatewayIdentifier¶
The unique identifier of the gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAYIDENTIFIER() |
Getter for GATEWAYIDENTIFIER, with configurable default |
ASK_GATEWAYIDENTIFIER() |
Getter for GATEWAYIDENTIFIER w/ exceptions if field has no v |
HAS_GATEWAYIDENTIFIER() |
Determine if GATEWAYIDENTIFIER has a value |
description¶
Optional human-readable description for this limit.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
dimensionKeys¶
Ordered list of dimension key names defining the scope of a limit
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIMENSIONKEYS() |
Getter for DIMENSIONKEYS, with configurable default |
ASK_DIMENSIONKEYS() |
Getter for DIMENSIONKEYS w/ exceptions if field has no value |
HAS_DIMENSIONKEYS() |
Determine if DIMENSIONKEYS has a value |
entries¶
List of rule entries within a limit
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTRIES() |
Getter for ENTRIES, with configurable default |
ASK_ENTRIES() |
Getter for ENTRIES w/ exceptions if field has no value |
HAS_ENTRIES() |
Determine if ENTRIES has a value |
status¶
Status of a gateway limit
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
createdAt¶
The timestamp when the rate limit was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The timestamp when the rate limit was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GATEWAYRATELIMITS¶
TYPES TT_GATEWAYRATELIMITS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOGATEWAYRLIMDETAIL WITH DEFAULT KEY
.