/AWS1/CL_SSMLISTOPSMETRESULT¶
ListOpsMetadataResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_opsmetadatalist TYPE /AWS1/CL_SSMOPSMETADATA=>TT_OPSMETADATALIST TT_OPSMETADATALIST¶
Returns a list of OpsMetadata objects.
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¶
OpsMetadataList¶
Returns a list of OpsMetadata objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPSMETADATALIST() |
Getter for OPSMETADATALIST, with configurable default |
ASK_OPSMETADATALIST() |
Getter for OPSMETADATALIST w/ exceptions if field has no val |
HAS_OPSMETADATALIST() |
Determine if OPSMETADATALIST 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 |