Skip to content

/AWS1/CL_ECSUPDATEDAEMONRSP

UpdateDaemonResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_daemonarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

The Amazon Resource Name (ARN) of the daemon.

iv_status TYPE /AWS1/ECSDAEMONSTATUS /AWS1/ECSDAEMONSTATUS

The status of the daemon.

iv_createdat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP

The Unix timestamp for the time when the daemon was created.

iv_updatedat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP

The Unix timestamp for the time when the daemon was last updated.

iv_deploymentarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

The Amazon Resource Name (ARN) of the daemon deployment that was triggered by the update.


Queryable Attributes

daemonArn

The Amazon Resource Name (ARN) of the daemon.

Accessible with the following methods

Method Description
GET_DAEMONARN() Getter for DAEMONARN, with configurable default
ASK_DAEMONARN() Getter for DAEMONARN w/ exceptions if field has no value
HAS_DAEMONARN() Determine if DAEMONARN has a value

status

The status of the daemon.

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 Unix timestamp for the time when the daemon 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

updatedAt

The Unix timestamp for the time when the daemon was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

deploymentArn

The Amazon Resource Name (ARN) of the daemon deployment that was triggered by the update.

Accessible with the following methods

Method Description
GET_DEPLOYMENTARN() Getter for DEPLOYMENTARN, with configurable default
ASK_DEPLOYMENTARN() Getter for DEPLOYMENTARN w/ exceptions if field has no value
HAS_DEPLOYMENTARN() Determine if DEPLOYMENTARN has a value