/AWS1/CL_MPBUPDLINKROUTNGRLRSP¶
UpdateLinkRoutingRuleResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_ruleid TYPE /AWS1/MPBRULEID /AWS1/MPBRULEID¶
The unique identifier of the routing rule.
iv_status TYPE /AWS1/MPBRULESTATUS /AWS1/MPBRULESTATUS¶
The status of the routing rule.
iv_updatedat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP¶
The timestamp of when the routing rule was last updated.
Queryable Attributes¶
ruleId¶
The unique identifier of the routing rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEID() |
Getter for RULEID, with configurable default |
ASK_RULEID() |
Getter for RULEID w/ exceptions if field has no value |
HAS_RULEID() |
Determine if RULEID has a value |
status¶
The status of the routing rule.
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 |
updatedAt¶
The timestamp of when the routing rule 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 |