Skip to content

/AWS1/CL_VL_UPDATERULERESPONSE

UpdateRuleResponse

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 rule priority.

IO_ACTION TYPE REF TO /AWS1/CL_VL_RULEACTION /AWS1/CL_VL_RULEACTION

Information about the action for the specified listener rule.


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 rule priority.

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

Information about the action for the specified listener rule.

Accessible with the following methods

Method Description
GET_ACTION() Getter for ACTION