/AWS1/CL_AG2GETROUTINGRULERSP¶
GetRoutingRuleResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_actions TYPE /AWS1/CL_AG2ROUTINGRULEACTION=>TT___LISTOFROUTINGRULEACTION TT___LISTOFROUTINGRULEACTION¶
The resulting action based on matching a routing rules condition. Only InvokeApi is supported.
it_conditions TYPE /AWS1/CL_AG2ROUTINGRULECOND=>TT___LISTOFROUTINGRULECOND TT___LISTOFROUTINGRULECOND¶
The conditions of the routing rule.
iv_priority TYPE /AWS1/AG2ROUTINGRULEPRIORITY /AWS1/AG2ROUTINGRULEPRIORITY¶
The order in which API Gateway evaluates a rule. Priority is evaluated from the lowest value to the highest value.
iv_routingrulearn TYPE /AWS1/AG2ARN /AWS1/AG2ARN¶
The routing rule ARN.
iv_routingruleid TYPE /AWS1/AG2ID /AWS1/AG2ID¶
The routing rule ID.
Queryable Attributes¶
Actions¶
The resulting action based on matching a routing rules condition. Only InvokeApi is supported.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_ACTIONS() | Getter for ACTIONS, with configurable default | 
| ASK_ACTIONS() | Getter for ACTIONS w/ exceptions if field has no value | 
| HAS_ACTIONS() | Determine if ACTIONS has a value | 
Conditions¶
The conditions of the routing rule.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CONDITIONS() | Getter for CONDITIONS, with configurable default | 
| ASK_CONDITIONS() | Getter for CONDITIONS w/ exceptions if field has no value | 
| HAS_CONDITIONS() | Determine if CONDITIONS has a value | 
Priority¶
The order in which API Gateway evaluates a rule. Priority is evaluated from the lowest value to the highest value.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_PRIORITY() | Getter for PRIORITY, with configurable default | 
| ASK_PRIORITY() | Getter for PRIORITY w/ exceptions if field has no value | 
| HAS_PRIORITY() | Determine if PRIORITY has a value | 
RoutingRuleArn¶
The routing rule ARN.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_ROUTINGRULEARN() | Getter for ROUTINGRULEARN, with configurable default | 
| ASK_ROUTINGRULEARN() | Getter for ROUTINGRULEARN w/ exceptions if field has no valu | 
| HAS_ROUTINGRULEARN() | Determine if ROUTINGRULEARN has a value | 
RoutingRuleId¶
The routing rule ID.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_ROUTINGRULEID() | Getter for ROUTINGRULEID, with configurable default | 
| ASK_ROUTINGRULEID() | Getter for ROUTINGRULEID w/ exceptions if field has no value | 
| HAS_ROUTINGRULEID() | Determine if ROUTINGRULEID has a value |