/AWS1/CL_SSMDESCROPSITEMSRSP¶
DescribeOpsItemsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_NEXTTOKEN
TYPE /AWS1/SSMSTRING
/AWS1/SSMSTRING
¶
The token for the next set of items to return. Use this token to get the next set of results.
IT_OPSITEMSUMMARIES
TYPE /AWS1/CL_SSMOPSITEMSUMMARY=>TT_OPSITEMSUMMARIES
TT_OPSITEMSUMMARIES
¶
A list of OpsItems.
Queryable Attributes¶
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 |
OpsItemSummaries¶
A list of OpsItems.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OPSITEMSUMMARIES() |
Getter for OPSITEMSUMMARIES, with configurable default |
ASK_OPSITEMSUMMARIES() |
Getter for OPSITEMSUMMARIES w/ exceptions if field has no va |
HAS_OPSITEMSUMMARIES() |
Determine if OPSITEMSUMMARIES has a value |