Skip to content

/AWS1/CL_RAMTAG

A structure containing a tag. A tag is metadata that you can attach to your resources to help organize and categorize them. You can also use them to help you secure your resources. For more information, see Controlling access to Amazon Web Services resources using tags.

For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_KEY TYPE /AWS1/RAMTAGKEY /AWS1/RAMTAGKEY

The key, or name, attached to the tag. Every tag must have a key. Key names are case sensitive.

IV_VALUE TYPE /AWS1/RAMTAGVALUE /AWS1/RAMTAGVALUE

The string value attached to the tag. The value can be an empty string. Key values are case sensitive.


Queryable Attributes

key

The key, or name, attached to the tag. Every tag must have a key. Key names are case sensitive.

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 attached to the tag. The value can be an empty string. Key values are case sensitive.

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_RAMTAG WITH DEFAULT KEY
.