Skip to content

/AWS1/CL_PZZTAG

The optional metadata that you apply to resources to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. For more information see Tagging Amazon Personalize resources.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_TAGKEY TYPE /AWS1/PZZTAGKEY /AWS1/PZZTAGKEY

One part of a key-value pair that makes up a tag. A key is a general label that acts like a category for more specific tag values.

IV_TAGVALUE TYPE /AWS1/PZZTAGVALUE /AWS1/PZZTAGVALUE

The optional part of a key-value pair that makes up a tag. A value acts as a descriptor within a tag category (key).


Queryable Attributes

tagKey

One part of a key-value pair that makes up a tag. A key is a general label that acts like a category for more specific tag values.

Accessible with the following methods

Method Description
GET_TAGKEY() Getter for TAGKEY, with configurable default
ASK_TAGKEY() Getter for TAGKEY w/ exceptions if field has no value
HAS_TAGKEY() Determine if TAGKEY has a value

tagValue

The optional part of a key-value pair that makes up a tag. A value acts as a descriptor within a tag category (key).

Accessible with the following methods

Method Description
GET_TAGVALUE() Getter for TAGVALUE, with configurable default
ASK_TAGVALUE() Getter for TAGVALUE w/ exceptions if field has no value
HAS_TAGVALUE() Determine if TAGVALUE 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_TAGS

TYPES TT_TAGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_PZZTAG WITH DEFAULT KEY
.