/AWS1/CL_BDOCREAGENTRTIMERSP¶
CreateAgentRuntimeResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_agentruntimearn
TYPE /AWS1/BDOAGENTRUNTIMEARN
/AWS1/BDOAGENTRUNTIMEARN
¶
The Amazon Resource Name (ARN) of the agent runtime.
iv_agentruntimeid
TYPE /AWS1/BDOAGENTRUNTIMEID
/AWS1/BDOAGENTRUNTIMEID
¶
The unique identifier of the agent runtime.
iv_agentruntimeversion
TYPE /AWS1/BDOAGENTRUNTIMEVERSION
/AWS1/BDOAGENTRUNTIMEVERSION
¶
The version of the agent runtime.
iv_createdat
TYPE /AWS1/BDODATETIMESTAMP
/AWS1/BDODATETIMESTAMP
¶
The timestamp when the agent runtime was created.
iv_status
TYPE /AWS1/BDOAGENTSTATUS
/AWS1/BDOAGENTSTATUS
¶
The current status of the agent runtime.
Optional arguments:¶
io_workloadidentitydetails
TYPE REF TO /AWS1/CL_BDOWKLDIDDETAILS
/AWS1/CL_BDOWKLDIDDETAILS
¶
The workload identity details for the agent runtime.
Queryable Attributes¶
agentRuntimeArn¶
The Amazon Resource Name (ARN) of the agent runtime.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AGENTRUNTIMEARN() |
Getter for AGENTRUNTIMEARN, with configurable default |
ASK_AGENTRUNTIMEARN() |
Getter for AGENTRUNTIMEARN w/ exceptions if field has no val |
HAS_AGENTRUNTIMEARN() |
Determine if AGENTRUNTIMEARN has a value |
workloadIdentityDetails¶
The workload identity details for the agent runtime.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKLOADIDENTITYDETAILS() |
Getter for WORKLOADIDENTITYDETAILS |
agentRuntimeId¶
The unique identifier of the agent 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 |
agentRuntimeVersion¶
The version of the agent runtime.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AGENTRUNTIMEVERSION() |
Getter for AGENTRUNTIMEVERSION, with configurable default |
ASK_AGENTRUNTIMEVERSION() |
Getter for AGENTRUNTIMEVERSION w/ exceptions if field has no |
HAS_AGENTRUNTIMEVERSION() |
Determine if AGENTRUNTIMEVERSION has a value |
createdAt¶
The timestamp when the agent runtime was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
status¶
The current status of the agent runtime.
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 |