/AWS1/CL_AANJOBDETAILS¶
Contains details about the policy generation request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobid TYPE /AWS1/AANJOBID /AWS1/AANJOBID¶
The
JobIdthat is returned by theStartPolicyGenerationoperation. TheJobIdcan be used withGetGeneratedPolicyto retrieve the generated policies or used withCancelPolicyGenerationto cancel the policy generation request.
iv_status TYPE /AWS1/AANJOBSTATUS /AWS1/AANJOBSTATUS¶
The status of the job request.
iv_startedon TYPE /AWS1/AANTIMESTAMP /AWS1/AANTIMESTAMP¶
A timestamp of when the job was started.
Optional arguments:¶
iv_completedon TYPE /AWS1/AANTIMESTAMP /AWS1/AANTIMESTAMP¶
A timestamp of when the job was completed.
io_joberror TYPE REF TO /AWS1/CL_AANJOBERROR /AWS1/CL_AANJOBERROR¶
The job error for the policy generation request.
Queryable Attributes¶
jobId¶
The
JobIdthat is returned by theStartPolicyGenerationoperation. TheJobIdcan be used withGetGeneratedPolicyto retrieve the generated policies or used withCancelPolicyGenerationto cancel the policy generation request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
status¶
The status of the job request.
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 |
startedOn¶
A timestamp of when the job was started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDON() |
Getter for STARTEDON, with configurable default |
ASK_STARTEDON() |
Getter for STARTEDON w/ exceptions if field has no value |
HAS_STARTEDON() |
Determine if STARTEDON has a value |
completedOn¶
A timestamp of when the job was completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETEDON() |
Getter for COMPLETEDON, with configurable default |
ASK_COMPLETEDON() |
Getter for COMPLETEDON w/ exceptions if field has no value |
HAS_COMPLETEDON() |
Determine if COMPLETEDON has a value |
jobError¶
The job error for the policy generation request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBERROR() |
Getter for JOBERROR |