/AWS1/CL_SSMLISTCOMMANDSRESULT¶
ListCommandsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_commands TYPE /AWS1/CL_SSMCOMMAND=>TT_COMMANDLIST TT_COMMANDLIST¶
(Optional) The list of commands requested by the user.
iv_nexttoken TYPE /AWS1/SSMNEXTTOKEN /AWS1/SSMNEXTTOKEN¶
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
Queryable Attributes¶
Commands¶
(Optional) The list of commands requested by the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMANDS() |
Getter for COMMANDS, with configurable default |
ASK_COMMANDS() |
Getter for COMMANDS w/ exceptions if field has no value |
HAS_COMMANDS() |
Determine if COMMANDS has a value |
NextToken¶
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
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 |