Skip to content

/AWS1/CL_MEMTAG

A tag that can be added to an MemoryDB resource. Tags are composed of a Key/Value pair. You can use tags to categorize and track all your MemoryDB resources. When you add or remove tags on clusters, those actions will be replicated to all nodes in the cluster. A tag with a null Value is permitted. For more information, see Tagging your MemoryDB resources

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_KEY TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING

The key for the tag. May not be null.

IV_VALUE TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING

The tag's value. May be null.


Queryable Attributes

Key

The key for the tag. May not be null.

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 tag's value. May be 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_MEMTAG WITH DEFAULT KEY
.