/AWS1/CL_SSWLISTSIMULATIONSOUT¶
ListSimulationsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_simulations
TYPE /AWS1/CL_SSWSIMULATIONMETADATA=>TT_SIMULATIONLIST
TT_SIMULATIONLIST
¶
The list of simulations.
iv_nexttoken
TYPE /AWS1/SSWOPTIONALSTRING
/AWS1/SSWOPTIONALSTRING
¶
If SimSpace Weaver returns
nextToken
, then there are more results available. The value ofnextToken
is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, thennextToken
is set tonull
. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.
Queryable Attributes¶
Simulations¶
The list of simulations.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SIMULATIONS() |
Getter for SIMULATIONS, with configurable default |
ASK_SIMULATIONS() |
Getter for SIMULATIONS w/ exceptions if field has no value |
HAS_SIMULATIONS() |
Determine if SIMULATIONS has a value |
NextToken¶
If SimSpace Weaver returns
nextToken
, then there are more results available. The value ofnextToken
is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, thennextToken
is set tonull
. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException 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 |