/AWS1/CL_BDCDELCAPPVDRSESSRSP¶
DeleteCapacityProviderSessionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_capacityproviderarn TYPE /AWS1/BDCCAPACITYPROVIDERARN /AWS1/BDCCAPACITYPROVIDERARN¶
The Amazon Resource Name (ARN) of the capacity provider associated with the deleted session.
iv_sessionid TYPE /AWS1/BDCSESSIONID /AWS1/BDCSESSIONID¶
The unique identifier of the deleted capacity provider session.
iv_status TYPE /AWS1/BDCCAPACITYPVDRSESSTATUS /AWS1/BDCCAPACITYPVDRSESSTATUS¶
The current status of the capacity provider session. When the status is
Deleting, the session is being deleted and is not available. When the status isDeleted, the session is no longer available.
Queryable Attributes¶
capacityProviderArn¶
The Amazon Resource Name (ARN) of the capacity provider associated with the deleted session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPACITYPROVIDERARN() |
Getter for CAPACITYPROVIDERARN, with configurable default |
ASK_CAPACITYPROVIDERARN() |
Getter for CAPACITYPROVIDERARN w/ exceptions if field has no |
HAS_CAPACITYPROVIDERARN() |
Determine if CAPACITYPROVIDERARN has a value |
sessionId¶
The unique identifier of the deleted capacity provider session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
status¶
The current status of the capacity provider session. When the status is
Deleting, the session is being deleted and is not available. When the status isDeleted, the session is no longer available.
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 |