/AWS1/CL_BDODELAGRUNENDPTRSP¶
DeleteAgentRuntimeEndpointResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/BDOAGENTRTIMEENDPTSTATUS /AWS1/BDOAGENTRTIMEENDPTSTATUS¶
The current status of the AgentCore Runtime endpoint deletion.
Optional arguments:¶
iv_agentruntimeid TYPE /AWS1/BDOAGENTRUNTIMEID /AWS1/BDOAGENTRUNTIMEID¶
The unique identifier of the AgentCore Runtime.
iv_endpointname TYPE /AWS1/BDOENDPOINTNAME /AWS1/BDOENDPOINTNAME¶
The name of the AgentCore Runtime endpoint.
Queryable Attributes¶
status¶
The current status of the AgentCore Runtime endpoint 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 |
agentRuntimeId¶
The unique identifier of the AgentCore Runtime.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTRUNTIMEID() |
Getter for AGENTRUNTIMEID, with configurable default |
ASK_AGENTRUNTIMEID() |
Getter for AGENTRUNTIMEID w/ exceptions if field has no valu |
HAS_AGENTRUNTIMEID() |
Determine if AGENTRUNTIMEID has a value |
endpointName¶
The name of the AgentCore Runtime endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTNAME() |
Getter for ENDPOINTNAME, with configurable default |
ASK_ENDPOINTNAME() |
Getter for ENDPOINTNAME w/ exceptions if field has no value |
HAS_ENDPOINTNAME() |
Determine if ENDPOINTNAME has a value |