/AWS1/CL_SSMASSOCIATIONEXECTGT¶
Includes information about the specified association execution.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_associationid
TYPE /AWS1/SSMASSOCIATIONID
/AWS1/SSMASSOCIATIONID
¶
The association ID.
iv_associationversion
TYPE /AWS1/SSMASSOCIATIONVERSION
/AWS1/SSMASSOCIATIONVERSION
¶
The association version.
iv_executionid
TYPE /AWS1/SSMASSOCIATIONEXECID
/AWS1/SSMASSOCIATIONEXECID
¶
The execution ID.
iv_resourceid
TYPE /AWS1/SSMASSOCIATIONRESOURCEID
/AWS1/SSMASSOCIATIONRESOURCEID
¶
The resource ID, for example, the managed node ID where the association ran.
iv_resourcetype
TYPE /AWS1/SSMASSOCIATIONRESRCTYPE
/AWS1/SSMASSOCIATIONRESRCTYPE
¶
The resource type, for example, EC2.
iv_status
TYPE /AWS1/SSMSTATUSNAME
/AWS1/SSMSTATUSNAME
¶
The association execution status.
iv_detailedstatus
TYPE /AWS1/SSMSTATUSNAME
/AWS1/SSMSTATUSNAME
¶
Detailed information about the execution status.
iv_lastexecutiondate
TYPE /AWS1/SSMDATETIME
/AWS1/SSMDATETIME
¶
The date of the last execution.
io_outputsource
TYPE REF TO /AWS1/CL_SSMOUTPUTSOURCE
/AWS1/CL_SSMOUTPUTSOURCE
¶
The location where the association details are saved.
Queryable Attributes¶
AssociationId¶
The association ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ASSOCIATIONID() |
Getter for ASSOCIATIONID, with configurable default |
ASK_ASSOCIATIONID() |
Getter for ASSOCIATIONID w/ exceptions if field has no value |
HAS_ASSOCIATIONID() |
Determine if ASSOCIATIONID has a value |
AssociationVersion¶
The association version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ASSOCIATIONVERSION() |
Getter for ASSOCIATIONVERSION, with configurable default |
ASK_ASSOCIATIONVERSION() |
Getter for ASSOCIATIONVERSION w/ exceptions if field has no |
HAS_ASSOCIATIONVERSION() |
Determine if ASSOCIATIONVERSION has a value |
ExecutionId¶
The execution ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXECUTIONID() |
Getter for EXECUTIONID, with configurable default |
ASK_EXECUTIONID() |
Getter for EXECUTIONID w/ exceptions if field has no value |
HAS_EXECUTIONID() |
Determine if EXECUTIONID has a value |
ResourceId¶
The resource ID, for example, the managed node ID where the association ran.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID has a value |
ResourceType¶
The resource type, for example, EC2.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
Status¶
The association execution status.
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 |
DetailedStatus¶
Detailed information about the execution status.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DETAILEDSTATUS() |
Getter for DETAILEDSTATUS, with configurable default |
ASK_DETAILEDSTATUS() |
Getter for DETAILEDSTATUS w/ exceptions if field has no valu |
HAS_DETAILEDSTATUS() |
Determine if DETAILEDSTATUS has a value |
LastExecutionDate¶
The date of the last execution.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTEXECUTIONDATE() |
Getter for LASTEXECUTIONDATE, with configurable default |
ASK_LASTEXECUTIONDATE() |
Getter for LASTEXECUTIONDATE w/ exceptions if field has no v |
HAS_LASTEXECUTIONDATE() |
Determine if LASTEXECUTIONDATE has a value |
OutputSource¶
The location where the association details are saved.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OUTPUTSOURCE() |
Getter for OUTPUTSOURCE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ASSOCIATIONEXECTARGETSLIST
¶
TYPES TT_ASSOCIATIONEXECTARGETSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMASSOCIATIONEXECTGT WITH DEFAULT KEY
.