/AWS1/CL_BTCREGJOBDEFNRESPONSE¶
RegisterJobDefinitionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobdefinitionname TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The name of the job definition.
iv_jobdefinitionarn TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The Amazon Resource Name (ARN) of the job definition.
iv_revision TYPE /AWS1/BTCINTEGER /AWS1/BTCINTEGER¶
The revision of the job definition.
Queryable Attributes¶
jobDefinitionName¶
The name of the job definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBDEFINITIONNAME() |
Getter for JOBDEFINITIONNAME, with configurable default |
ASK_JOBDEFINITIONNAME() |
Getter for JOBDEFINITIONNAME w/ exceptions if field has no v |
HAS_JOBDEFINITIONNAME() |
Determine if JOBDEFINITIONNAME has a value |
jobDefinitionArn¶
The Amazon Resource Name (ARN) of the job definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBDEFINITIONARN() |
Getter for JOBDEFINITIONARN, with configurable default |
ASK_JOBDEFINITIONARN() |
Getter for JOBDEFINITIONARN w/ exceptions if field has no va |
HAS_JOBDEFINITIONARN() |
Determine if JOBDEFINITIONARN has a value |
revision¶
The revision of the job definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISION() |
Getter for REVISION, with configurable default |
ASK_REVISION() |
Getter for REVISION w/ exceptions if field has no value |
HAS_REVISION() |
Determine if REVISION has a value |