/AWS1/CL_APSDSCSOFTWAREASCSRS¶
DescribeSoftwareAssociationsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_associatedresource TYPE /AWS1/APSARN /AWS1/APSARN¶
The ARN of the resource to describe software associations.
it_softwareassociations TYPE /AWS1/CL_APSSOFTWAREASSOCS=>TT_SOFTWAREASSOCIATIONSLIST TT_SOFTWAREASSOCIATIONSLIST¶
Collection of license included applications association details including:
License included application name and version information
Deployment status (SoftwareDeploymentStatus enum)
Error details for failed deployments
Association timestamps
iv_nexttoken TYPE /AWS1/APSSTRING /AWS1/APSSTRING¶
The pagination token to use to retrieve the next page of results for this operation.
Queryable Attributes¶
AssociatedResource¶
The ARN of the resource to describe software associations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATEDRESOURCE() |
Getter for ASSOCIATEDRESOURCE, with configurable default |
ASK_ASSOCIATEDRESOURCE() |
Getter for ASSOCIATEDRESOURCE w/ exceptions if field has no |
HAS_ASSOCIATEDRESOURCE() |
Determine if ASSOCIATEDRESOURCE has a value |
SoftwareAssociations¶
Collection of license included applications association details including:
License included application name and version information
Deployment status (SoftwareDeploymentStatus enum)
Error details for failed deployments
Association timestamps
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOFTWAREASSOCIATIONS() |
Getter for SOFTWAREASSOCIATIONS, with configurable default |
ASK_SOFTWAREASSOCIATIONS() |
Getter for SOFTWAREASSOCIATIONS w/ exceptions if field has n |
HAS_SOFTWAREASSOCIATIONS() |
Determine if SOFTWAREASSOCIATIONS has a value |
NextToken¶
The pagination token to use to retrieve the next page of results for this operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |