/AWS1/CL_APMHTTPGATEWAYROUTE¶
An object that represents an HTTP gateway route.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_match TYPE REF TO /AWS1/CL_APMHTTPGWROUTEMATCH /AWS1/CL_APMHTTPGWROUTEMATCH¶
An object that represents the criteria for determining a request match.
io_action TYPE REF TO /AWS1/CL_APMHTTPGWROUTEACTION /AWS1/CL_APMHTTPGWROUTEACTION¶
An object that represents the action to take if a match is determined.
Queryable Attributes¶
match¶
An object that represents the criteria for determining a request match.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCH() |
Getter for MATCH |
action¶
An object that represents the action to take if a match is determined.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTION() |
Getter for ACTION |