/AWS1/CL_PTTGETQUALDSASTASKRSP¶
GetQualificationsDisassociationTaskResponse
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 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. Valid values:
IN_PROGRESS,SUCCEEDED.
io_associatedpartner TYPE REF TO /AWS1/CL_PTTQUALASSOCPARTNER /AWS1/CL_PTTQUALASSOCPARTNER¶
The 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.
Optional arguments:¶
iv_endedat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME¶
The timestamp when the qualifications disassociation task ended, in ISO 8601 format. This field is present only when the status is
SUCCEEDED.
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 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. Valid values:
IN_PROGRESS,SUCCEEDED.
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 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 |
EndedAt¶
The timestamp when the qualifications disassociation task ended, in ISO 8601 format. This field is present only when the status is
SUCCEEDED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDEDAT() |
Getter for ENDEDAT, with configurable default |
ASK_ENDEDAT() |
Getter for ENDEDAT w/ exceptions if field has no value |
HAS_ENDEDAT() |
Determine if ENDEDAT has a value |