Skip to content

/AWS1/CL_SFNLSTSTATEMACHINEA01

ListStateMachineAliasesOutput

CONSTRUCTOR

IMPORTING

Required arguments:

IT_STATEMACHINEALIASES TYPE /AWS1/CL_SFNSTATEMACHINEALIA00=>TT_STATEMACHINEALIASLIST TT_STATEMACHINEALIASLIST

Aliases for the state machine.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/SFNPAGETOKEN /AWS1/SFNPAGETOKEN

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.


Queryable Attributes

stateMachineAliases

Aliases for the state machine.

Accessible with the following methods

Method Description
GET_STATEMACHINEALIASES() Getter for STATEMACHINEALIASES, with configurable default
ASK_STATEMACHINEALIASES() Getter for STATEMACHINEALIASES w/ exceptions if field has no
HAS_STATEMACHINEALIASES() Determine if STATEMACHINEALIASES has a value

nextToken

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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