/AWS1/CL_VL_GETRULERESPONSE¶
GetRuleResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_arn
TYPE /AWS1/VL_RULEARN
/AWS1/VL_RULEARN
¶
The Amazon Resource Name (ARN) of the listener.
iv_id
TYPE /AWS1/VL_RULEID
/AWS1/VL_RULEID
¶
The ID of the listener.
iv_name
TYPE /AWS1/VL_RULENAME
/AWS1/VL_RULENAME
¶
The name of the listener.
iv_isdefault
TYPE /AWS1/VL_BOOLEAN
/AWS1/VL_BOOLEAN
¶
Indicates whether this is the default rule.
io_match
TYPE REF TO /AWS1/CL_VL_RULEMATCH
/AWS1/CL_VL_RULEMATCH
¶
The rule match.
iv_priority
TYPE /AWS1/VL_RULEPRIORITY
/AWS1/VL_RULEPRIORITY
¶
The priority level for the specified rule.
io_action
TYPE REF TO /AWS1/CL_VL_RULEACTION
/AWS1/CL_VL_RULEACTION
¶
The action for the default rule.
iv_createdat
TYPE /AWS1/VL_TIMESTAMP
/AWS1/VL_TIMESTAMP
¶
The date and time that the listener rule was created, in ISO-8601 format.
iv_lastupdatedat
TYPE /AWS1/VL_TIMESTAMP
/AWS1/VL_TIMESTAMP
¶
The date and time that the listener rule was last updated, in ISO-8601 format.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the listener.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
id¶
The ID of the listener.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
The name of the listener.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
isDefault¶
Indicates whether this is the default rule.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISDEFAULT() |
Getter for ISDEFAULT, with configurable default |
ASK_ISDEFAULT() |
Getter for ISDEFAULT w/ exceptions if field has no value |
HAS_ISDEFAULT() |
Determine if ISDEFAULT has a value |
match¶
The rule match.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MATCH() |
Getter for MATCH |
priority¶
The priority level for the specified rule.
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 |
action¶
The action for the default rule.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACTION() |
Getter for ACTION |
createdAt¶
The date and time that the listener rule was created, in ISO-8601 format.
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 |
lastUpdatedAt¶
The date and time that the listener rule was last updated, in ISO-8601 format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |