/AWS1/CL_GLUSCHEMALISTITEM¶
An object that contains minimal details for a schema.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_registryname TYPE /AWS1/GLUSCHEMAREGNAMESTRING /AWS1/GLUSCHEMAREGNAMESTRING¶
the name of the registry where the schema resides.
iv_schemaname TYPE /AWS1/GLUSCHEMAREGNAMESTRING /AWS1/GLUSCHEMAREGNAMESTRING¶
The name of the schema.
iv_schemaarn TYPE /AWS1/GLUGLUERESOURCEARN /AWS1/GLUGLUERESOURCEARN¶
The Amazon Resource Name (ARN) for the schema.
iv_description TYPE /AWS1/GLUDESCRIPTIONSTRING /AWS1/GLUDESCRIPTIONSTRING¶
A description for the schema.
iv_schemastatus TYPE /AWS1/GLUSCHEMASTATUS /AWS1/GLUSCHEMASTATUS¶
The status of the schema.
iv_createdtime TYPE /AWS1/GLUCREATEDTIMESTAMP /AWS1/GLUCREATEDTIMESTAMP¶
The date and time that a schema was created.
iv_updatedtime TYPE /AWS1/GLUUPDATEDTIMESTAMP /AWS1/GLUUPDATEDTIMESTAMP¶
The date and time that a schema was updated.
Queryable Attributes¶
RegistryName¶
the name of the registry where the schema resides.
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 |
SchemaName¶
The name of the schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMANAME() |
Getter for SCHEMANAME, with configurable default |
ASK_SCHEMANAME() |
Getter for SCHEMANAME w/ exceptions if field has no value |
HAS_SCHEMANAME() |
Determine if SCHEMANAME has a value |
SchemaArn¶
The Amazon Resource Name (ARN) for the schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAARN() |
Getter for SCHEMAARN, with configurable default |
ASK_SCHEMAARN() |
Getter for SCHEMAARN w/ exceptions if field has no value |
HAS_SCHEMAARN() |
Determine if SCHEMAARN has a value |
Description¶
A description for the schema.
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 |
SchemaStatus¶
The status of the schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMASTATUS() |
Getter for SCHEMASTATUS, with configurable default |
ASK_SCHEMASTATUS() |
Getter for SCHEMASTATUS w/ exceptions if field has no value |
HAS_SCHEMASTATUS() |
Determine if SCHEMASTATUS has a value |
CreatedTime¶
The date and time that a schema 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 and time that a schema 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_SCHEMALISTDEFINITION¶
TYPES TT_SCHEMALISTDEFINITION TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUSCHEMALISTITEM WITH DEFAULT KEY
.