/AWS1/CL_SSMLSTASSOCIATIONVR01¶
ListAssociationVersionsResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_associationversions
TYPE /AWS1/CL_SSMASSOCIATIONVRSINFO=>TT_ASSOCIATIONVERSIONLIST
TT_ASSOCIATIONVERSIONLIST
¶
Information about all versions of the association for the specified association ID.
iv_nexttoken
TYPE /AWS1/SSMNEXTTOKEN
/AWS1/SSMNEXTTOKEN
¶
The token for the next set of items to return. Use this token to get the next set of results.
Queryable Attributes¶
AssociationVersions¶
Information about all versions of the association for the specified association ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ASSOCIATIONVERSIONS() |
Getter for ASSOCIATIONVERSIONS, with configurable default |
ASK_ASSOCIATIONVERSIONS() |
Getter for ASSOCIATIONVERSIONS w/ exceptions if field has no |
HAS_ASSOCIATIONVERSIONS() |
Determine if ASSOCIATIONVERSIONS has a value |
NextToken¶
The token for the next set of items to return. Use this token to get the next set of results.
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 |