/AWS1/CL_GLUREGISTRYID¶
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_registryname TYPE /AWS1/GLUSCHEMAREGNAMESTRING /AWS1/GLUSCHEMAREGNAMESTRING¶
Name of the registry. Used only for lookup. One of
RegistryArnorRegistryNamehas to be provided.
iv_registryarn TYPE /AWS1/GLUGLUERESOURCEARN /AWS1/GLUGLUERESOURCEARN¶
Arn of the registry to be updated. One of
RegistryArnorRegistryNamehas to be provided.
Queryable Attributes¶
RegistryName¶
Name of the registry. Used only for lookup. One of
RegistryArnorRegistryNamehas to be provided.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRYNAME() |
Getter for REGISTRYNAME, with configurable default |
ASK_REGISTRYNAME() |
Getter for REGISTRYNAME w/ exceptions if field has no value |
HAS_REGISTRYNAME() |
Determine if REGISTRYNAME has a value |
RegistryArn¶
Arn of the registry to be updated. One of
RegistryArnorRegistryNamehas to be provided.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRYARN() |
Getter for REGISTRYARN, with configurable default |
ASK_REGISTRYARN() |
Getter for REGISTRYARN w/ exceptions if field has no value |
HAS_REGISTRYARN() |
Determine if REGISTRYARN has a value |