/AWS1/CL_EVYLISTLAUNCHESRSP¶
ListLaunchesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_launches TYPE /AWS1/CL_EVYLAUNCH=>TT_LAUNCHESLIST TT_LAUNCHESLIST¶
An array of structures that contain the configuration details of the launches in the specified project.
iv_nexttoken TYPE /AWS1/EVYNEXTTOKEN /AWS1/EVYNEXTTOKEN¶
The token to use in a subsequent
ListLaunchesoperation to return the next set of results.
Queryable Attributes¶
launches¶
An array of structures that contain the configuration details of the launches in the specified project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAUNCHES() |
Getter for LAUNCHES, with configurable default |
ASK_LAUNCHES() |
Getter for LAUNCHES w/ exceptions if field has no value |
HAS_LAUNCHES() |
Determine if LAUNCHES has a value |
nextToken¶
The token to use in a subsequent
ListLaunchesoperation to return 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 |