/AWS1/CL_VL_RULESUMMARY¶
Summary information about a listener rule.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_arn
TYPE /AWS1/VL_RULEARN
/AWS1/VL_RULEARN
¶
The Amazon Resource Name (ARN) of the rule.
iv_id
TYPE /AWS1/VL_RULEID
/AWS1/VL_RULEID
¶
The ID of the rule.
iv_name
TYPE /AWS1/VL_RULENAME
/AWS1/VL_RULENAME
¶
The name of the rule.
iv_isdefault
TYPE /AWS1/VL_BOOLEAN
/AWS1/VL_BOOLEAN
¶
Indicates whether this is the default listener rule.
iv_priority
TYPE /AWS1/VL_RULEPRIORITY
/AWS1/VL_RULEPRIORITY
¶
The priority of the 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 rule.
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 rule.
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 rule.
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 listener 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 |
priority¶
The priority of the 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 |
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RULESUMMARYLIST
¶
TYPES TT_RULESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_VL_RULESUMMARY WITH DEFAULT KEY
.