/AWS1/CL_ELBPOLICYATTRIBUTE¶
Information about a policy attribute.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_ATTRIBUTENAME
TYPE /AWS1/ELBATTRIBUTENAME
/AWS1/ELBATTRIBUTENAME
¶
The name of the attribute.
IV_ATTRIBUTEVALUE
TYPE /AWS1/ELBATTRIBUTEVALUE
/AWS1/ELBATTRIBUTEVALUE
¶
The value of the attribute.
Queryable Attributes¶
AttributeName¶
The name of the attribute.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ATTRIBUTENAME() |
Getter for ATTRIBUTENAME, with configurable default |
ASK_ATTRIBUTENAME() |
Getter for ATTRIBUTENAME w/ exceptions if field has no value |
HAS_ATTRIBUTENAME() |
Determine if ATTRIBUTENAME has a value |
AttributeValue¶
The value of the attribute.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ATTRIBUTEVALUE() |
Getter for ATTRIBUTEVALUE, with configurable default |
ASK_ATTRIBUTEVALUE() |
Getter for ATTRIBUTEVALUE w/ exceptions if field has no valu |
HAS_ATTRIBUTEVALUE() |
Determine if ATTRIBUTEVALUE 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_POLICYATTRIBUTES
¶
TYPES TT_POLICYATTRIBUTES TYPE STANDARD TABLE OF REF TO /AWS1/CL_ELBPOLICYATTRIBUTE WITH DEFAULT KEY
.