/AWS1/CL_BDODELETEMEMORYOUTPUT¶
DeleteMemoryOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_memoryid TYPE /AWS1/BDOMEMORYID /AWS1/BDOMEMORYID¶
The unique identifier of the deleted AgentCore Memory resource.
Optional arguments:¶
iv_status TYPE /AWS1/BDOMEMORYSTATUS /AWS1/BDOMEMORYSTATUS¶
The current status of the AgentCore Memory resource deletion.
Queryable Attributes¶
memoryId¶
The unique identifier of the deleted AgentCore Memory resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMORYID() |
Getter for MEMORYID, with configurable default |
ASK_MEMORYID() |
Getter for MEMORYID w/ exceptions if field has no value |
HAS_MEMORYID() |
Determine if MEMORYID has a value |
status¶
The current status of the AgentCore Memory resource deletion.
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 |