/AWS1/CL_GLUREGISTRYLISTITEM¶
A structure containing the details for a registry.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_registryname TYPE /AWS1/GLUSCHEMAREGNAMESTRING /AWS1/GLUSCHEMAREGNAMESTRING¶
The name of the registry.
iv_registryarn TYPE /AWS1/GLUGLUERESOURCEARN /AWS1/GLUGLUERESOURCEARN¶
The Amazon Resource Name (ARN) of the registry.
iv_description TYPE /AWS1/GLUDESCRIPTIONSTRING /AWS1/GLUDESCRIPTIONSTRING¶
A description of the registry.
iv_status TYPE /AWS1/GLUREGISTRYSTATUS /AWS1/GLUREGISTRYSTATUS¶
The status of the registry.
iv_createdtime TYPE /AWS1/GLUCREATEDTIMESTAMP /AWS1/GLUCREATEDTIMESTAMP¶
The data the registry was created.
iv_updatedtime TYPE /AWS1/GLUUPDATEDTIMESTAMP /AWS1/GLUUPDATEDTIMESTAMP¶
The date the registry was updated.
Queryable Attributes¶
RegistryName¶
The name of the registry.
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¶
The Amazon Resource Name (ARN) of the registry.
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 |
Description¶
A description of the registry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Status¶
The status of the registry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
CreatedTime¶
The data the registry was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
UpdatedTime¶
The date the registry was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDTIME() |
Getter for UPDATEDTIME, with configurable default |
ASK_UPDATEDTIME() |
Getter for UPDATEDTIME w/ exceptions if field has no value |
HAS_UPDATEDTIME() |
Determine if UPDATEDTIME 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_REGISTRYLISTDEFINITION¶
TYPES TT_REGISTRYLISTDEFINITION TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUREGISTRYLISTITEM WITH DEFAULT KEY
.