/AWS1/CL_SDYTAG¶
A custom key-value pair that's associated with a resource.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_key TYPE /AWS1/SDYTAGKEY /AWS1/SDYTAGKEY¶
The key identifier, or name, of the tag.
iv_value TYPE /AWS1/SDYTAGVALUE /AWS1/SDYTAGVALUE¶
The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.
Queryable Attributes¶
Key¶
The key identifier, or name, of the tag.
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 string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.
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_SDYTAG WITH DEFAULT KEY
.