/AWS1/CL_BDOUPAGENTRUNENDPTRSP¶
UpdateAgentRuntimeEndpointResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_agentruntimeendpointarn
TYPE /AWS1/BDOAGENTRUNTIMEENDPTARN
/AWS1/BDOAGENTRUNTIMEENDPTARN
¶
The Amazon Resource Name (ARN) of the agent runtime endpoint.
iv_agentruntimearn
TYPE /AWS1/BDOAGENTRUNTIMEARN
/AWS1/BDOAGENTRUNTIMEARN
¶
The Amazon Resource Name (ARN) of the agent runtime.
iv_status
TYPE /AWS1/BDOAGENTENDPOINTSTATUS
/AWS1/BDOAGENTENDPOINTSTATUS
¶
The current status of the updated agent runtime endpoint.
iv_createdat
TYPE /AWS1/BDODATETIMESTAMP
/AWS1/BDODATETIMESTAMP
¶
The timestamp when the agent runtime endpoint was created.
iv_lastupdatedat
TYPE /AWS1/BDODATETIMESTAMP
/AWS1/BDODATETIMESTAMP
¶
The timestamp when the agent runtime endpoint was last updated.
Optional arguments:¶
iv_liveversion
TYPE /AWS1/BDOAGENTRUNTIMEVERSION
/AWS1/BDOAGENTRUNTIMEVERSION
¶
The currently deployed version of the agent runtime on the endpoint.
iv_targetversion
TYPE /AWS1/BDOAGENTRUNTIMEVERSION
/AWS1/BDOAGENTRUNTIMEVERSION
¶
The target version of the agent runtime for the endpoint.
Queryable Attributes¶
liveVersion¶
The currently deployed version of the agent runtime on the endpoint.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LIVEVERSION() |
Getter for LIVEVERSION, with configurable default |
ASK_LIVEVERSION() |
Getter for LIVEVERSION w/ exceptions if field has no value |
HAS_LIVEVERSION() |
Determine if LIVEVERSION has a value |
targetVersion¶
The target version of the agent runtime for the endpoint.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETVERSION() |
Getter for TARGETVERSION, with configurable default |
ASK_TARGETVERSION() |
Getter for TARGETVERSION w/ exceptions if field has no value |
HAS_TARGETVERSION() |
Determine if TARGETVERSION has a value |
agentRuntimeEndpointArn¶
The Amazon Resource Name (ARN) of the agent runtime endpoint.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AGENTRUNTIMEENDPOINTARN() |
Getter for AGENTRUNTIMEENDPOINTARN, with configurable defaul |
ASK_AGENTRUNTIMEENDPOINTARN() |
Getter for AGENTRUNTIMEENDPOINTARN w/ exceptions if field ha |
HAS_AGENTRUNTIMEENDPOINTARN() |
Determine if AGENTRUNTIMEENDPOINTARN has a value |
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 |
status¶
The current status of the updated agent runtime endpoint.
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 |
createdAt¶
The timestamp when the agent runtime endpoint 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 endpoint 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 |