/AWS1/CL_EMRTAG¶
A key-value pair containing user-defined metadata that you can associate with an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tag Clusters.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_key
TYPE /AWS1/EMRSTRING
/AWS1/EMRSTRING
¶
A user-defined key, which is the minimum required information for a valid tag. For more information, see Tag.
iv_value
TYPE /AWS1/EMRSTRING
/AWS1/EMRSTRING
¶
A user-defined value, which is optional in a tag. For more information, see Tag Clusters.
Queryable Attributes¶
Key¶
A user-defined key, which is the minimum required information for a valid tag. For more information, see 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¶
A user-defined value, which is optional in a tag. For more information, see Tag Clusters.
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_EMRTAG WITH DEFAULT KEY
.