/AWS1/CL_PTTSTRTQUALDSASTSKRSP¶
StartQualificationsDisassociationTaskResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_catalog TYPE /AWS1/PTTCATALOG /AWS1/PTTCATALOG¶
The catalog identifier echoed from the request.
iv_arn TYPE /AWS1/PTTPARTNERARN /AWS1/PTTPARTNERARN¶
The Amazon Resource Name (ARN) that uniquely identifies your partner resource.
iv_id TYPE /AWS1/PTTPARTNERID /AWS1/PTTPARTNERID¶
Your unique partner identifier in the AWS Partner Network.
iv_taskid TYPE /AWS1/PTTQUALDSASTASKID /AWS1/PTTQUALDSASTASKID¶
The unique identifier of the started qualifications disassociation task, in the format
pqdtask-[a-z2-7]{13}.
iv_status TYPE /AWS1/PTTQUALDSASTASKSTATUS /AWS1/PTTQUALDSASTASKSTATUS¶
The current status of the qualifications disassociation task. The initial value is
IN_PROGRESS.
io_associatedpartner TYPE REF TO /AWS1/CL_PTTQUALASSOCPARTNER /AWS1/CL_PTTQUALASSOCPARTNER¶
The resolved primary partner's profile and account identifiers that the task is disassociating qualifications from.
iv_startedat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME¶
The timestamp when the qualifications disassociation task started, in ISO 8601 format.
Queryable Attributes¶
Catalog¶
The catalog identifier echoed from the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATALOG() |
Getter for CATALOG, with configurable default |
ASK_CATALOG() |
Getter for CATALOG w/ exceptions if field has no value |
HAS_CATALOG() |
Determine if CATALOG has a value |
Arn¶
The Amazon Resource Name (ARN) that uniquely identifies your partner resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Id¶
Your unique partner identifier in the AWS Partner Network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
TaskId¶
The unique identifier of the started qualifications disassociation task, in the format
pqdtask-[a-z2-7]{13}.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKID() |
Getter for TASKID, with configurable default |
ASK_TASKID() |
Getter for TASKID w/ exceptions if field has no value |
HAS_TASKID() |
Determine if TASKID has a value |
Status¶
The current status of the qualifications disassociation task. The initial value is
IN_PROGRESS.
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 |
AssociatedPartner¶
The resolved primary partner's profile and account identifiers that the task is disassociating qualifications from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATEDPARTNER() |
Getter for ASSOCIATEDPARTNER |
StartedAt¶
The timestamp when the qualifications disassociation task started, in ISO 8601 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDAT() |
Getter for STARTEDAT, with configurable default |
ASK_STARTEDAT() |
Getter for STARTEDAT w/ exceptions if field has no value |
HAS_STARTEDAT() |
Determine if STARTEDAT has a value |