Skip to content

/AWS1/CL_BDOUPDAGENTRTIMERSP

UpdateAgentRuntimeResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_agentruntimearn TYPE /AWS1/BDOAGENTRUNTIMEARN /AWS1/BDOAGENTRUNTIMEARN

The Amazon Resource Name (ARN) of the updated agent runtime.

iv_agentruntimeid TYPE /AWS1/BDOAGENTRUNTIMEID /AWS1/BDOAGENTRUNTIMEID

The unique identifier of the updated agent runtime.

iv_agentruntimeversion TYPE /AWS1/BDOAGENTRUNTIMEVERSION /AWS1/BDOAGENTRUNTIMEVERSION

The version of the updated agent runtime.

iv_createdat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP

The timestamp when the agent runtime was created.

iv_lastupdatedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP

The timestamp when the agent runtime was last updated.

iv_status TYPE /AWS1/BDOAGENTSTATUS /AWS1/BDOAGENTSTATUS

The current status of the updated agent runtime.

Optional arguments:

io_workloadidentitydetails TYPE REF TO /AWS1/CL_BDOWKLDIDDETAILS /AWS1/CL_BDOWKLDIDDETAILS

The workload identity details for the updated agent runtime.


Queryable Attributes

agentRuntimeArn

The Amazon Resource Name (ARN) of the updated 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

agentRuntimeId

The unique identifier of the updated 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

workloadIdentityDetails

The workload identity details for the updated agent runtime.

Accessible with the following methods

Method Description
GET_WORKLOADIDENTITYDETAILS() Getter for WORKLOADIDENTITYDETAILS

agentRuntimeVersion

The version of the updated 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

lastUpdatedAt

The timestamp when the agent runtime was last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDAT() Getter for LASTUPDATEDAT, with configurable default
ASK_LASTUPDATEDAT() Getter for LASTUPDATEDAT w/ exceptions if field has no value
HAS_LASTUPDATEDAT() Determine if LASTUPDATEDAT has a value

status

The current status of the updated 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