/AWS1/CL_CWETAG¶
A key-value pair associated with an Amazon Web Services resource. In EventBridge, rules and event buses support tagging.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_key
TYPE /AWS1/CWETAGKEY
/AWS1/CWETAGKEY
¶
A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
iv_value
TYPE /AWS1/CWETAGVALUE
/AWS1/CWETAGVALUE
¶
The value for the specified tag key.
Queryable Attributes¶
Key¶
A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
Value¶
The value for the specified tag key.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE 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_TAGLIST
¶
TYPES TT_TAGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWETAG WITH DEFAULT KEY
.