/AWS1/CL_WARCRERATEBASEDRLRSP¶
CreateRateBasedRuleResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_rule TYPE REF TO /AWS1/CL_WARRATEBASEDRULE /AWS1/CL_WARRATEBASEDRULE¶
The RateBasedRule that is returned in the
CreateRateBasedRuleresponse.
iv_changetoken TYPE /AWS1/WARCHANGETOKEN /AWS1/WARCHANGETOKEN¶
The
ChangeTokenthat you used to submit theCreateRateBasedRulerequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Queryable Attributes¶
Rule¶
The RateBasedRule that is returned in the
CreateRateBasedRuleresponse.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULE() |
Getter for RULE |
ChangeToken¶
The
ChangeTokenthat you used to submit theCreateRateBasedRulerequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANGETOKEN() |
Getter for CHANGETOKEN, with configurable default |
ASK_CHANGETOKEN() |
Getter for CHANGETOKEN w/ exceptions if field has no value |
HAS_CHANGETOKEN() |
Determine if CHANGETOKEN has a value |