/AWS1/CL_GSTGETCONFIGRESPONSE¶
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_configid TYPE /AWS1/GSTSTRING /AWS1/GSTSTRING¶
UUID of a
Config.
iv_configarn TYPE /AWS1/GSTCONFIGARN /AWS1/GSTCONFIGARN¶
ARN of a
Config
iv_name TYPE /AWS1/GSTSTRING /AWS1/GSTSTRING¶
Name of a
Config.
io_configdata TYPE REF TO /AWS1/CL_GSTCONFIGTYPEDATA /AWS1/CL_GSTCONFIGTYPEDATA¶
Data elements in a
Config.
Optional arguments:¶
iv_configtype TYPE /AWS1/GSTCONFIGCAPABILITYTYPE /AWS1/GSTCONFIGCAPABILITYTYPE¶
Type of a
Config.
it_tags TYPE /AWS1/CL_GSTTAGSMAP_W=>TT_TAGSMAP TT_TAGSMAP¶
Tags assigned to a
Config.
Queryable Attributes¶
configId¶
UUID of a
Config.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGID() |
Getter for CONFIGID, with configurable default |
ASK_CONFIGID() |
Getter for CONFIGID w/ exceptions if field has no value |
HAS_CONFIGID() |
Determine if CONFIGID has a value |
configArn¶
ARN of a
Config
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGARN() |
Getter for CONFIGARN, with configurable default |
ASK_CONFIGARN() |
Getter for CONFIGARN w/ exceptions if field has no value |
HAS_CONFIGARN() |
Determine if CONFIGARN has a value |
name¶
Name of a
Config.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
configType¶
Type of a
Config.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGTYPE() |
Getter for CONFIGTYPE, with configurable default |
ASK_CONFIGTYPE() |
Getter for CONFIGTYPE w/ exceptions if field has no value |
HAS_CONFIGTYPE() |
Determine if CONFIGTYPE has a value |
configData¶
Data elements in a
Config.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGDATA() |
Getter for CONFIGDATA |
tags¶
Tags assigned to a
Config.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |