/AWS1/CL_SSMINSTASSOCIATION¶
One or more association documents on the managed node.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_associationid TYPE /AWS1/SSMASSOCIATIONID /AWS1/SSMASSOCIATIONID¶
The association ID.
iv_instanceid TYPE /AWS1/SSMINSTANCEID /AWS1/SSMINSTANCEID¶
The managed node ID.
iv_content TYPE /AWS1/SSMDOCUMENTCONTENT /AWS1/SSMDOCUMENTCONTENT¶
The content of the association document for the managed nodes.
iv_associationversion TYPE /AWS1/SSMASSOCIATIONVERSION /AWS1/SSMASSOCIATIONVERSION¶
Version information for the association on the managed node.
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 |
InstanceId¶
The managed node ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEID() |
Getter for INSTANCEID, with configurable default |
ASK_INSTANCEID() |
Getter for INSTANCEID w/ exceptions if field has no value |
HAS_INSTANCEID() |
Determine if INSTANCEID has a value |
Content¶
The content of the association document for the managed nodes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |
AssociationVersion¶
Version information for the association on the managed node.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INSTANCEASSOCIATIONLIST¶
TYPES TT_INSTANCEASSOCIATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMINSTASSOCIATION WITH DEFAULT KEY
.