/AWS1/CL_SGMDESCRJOBSCHVRSRSP¶
DescribeJobSchemaVersionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobcategory TYPE /AWS1/SGMJOBCATEGORY /AWS1/SGMJOBCATEGORY¶
The category of the job schema.
iv_jobconfigschemaversion TYPE /AWS1/SGMJOBSCHEMAVERSION /AWS1/SGMJOBSCHEMAVERSION¶
The version of the schema.
iv_jobconfigschema TYPE /AWS1/SGMJOBCONFIGDOCUMENT /AWS1/SGMJOBCONFIGDOCUMENT¶
The JSON schema document that defines the structure of the job configuration.
Queryable Attributes¶
JobCategory¶
The category of the job schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBCATEGORY() |
Getter for JOBCATEGORY, with configurable default |
ASK_JOBCATEGORY() |
Getter for JOBCATEGORY w/ exceptions if field has no value |
HAS_JOBCATEGORY() |
Determine if JOBCATEGORY has a value |
JobConfigSchemaVersion¶
The version of the schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBCONFIGSCHEMAVERSION() |
Getter for JOBCONFIGSCHEMAVERSION, with configurable default |
ASK_JOBCONFIGSCHEMAVERSION() |
Getter for JOBCONFIGSCHEMAVERSION w/ exceptions if field has |
HAS_JOBCONFIGSCHEMAVERSION() |
Determine if JOBCONFIGSCHEMAVERSION has a value |
JobConfigSchema¶
The JSON schema document that defines the structure of the job configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBCONFIGSCHEMA() |
Getter for JOBCONFIGSCHEMA, with configurable default |
ASK_JOBCONFIGSCHEMA() |
Getter for JOBCONFIGSCHEMA w/ exceptions if field has no val |
HAS_JOBCONFIGSCHEMA() |
Determine if JOBCONFIGSCHEMA has a value |