/AWS1/CL_OSRLISTMIGRSRESPONSE¶
ListMigrationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_migrations TYPE /AWS1/CL_OSRMIGRATIONSUMMARY=>TT_MIGRATIONSUMMARYLIST TT_MIGRATIONSUMMARYLIST¶
A list of migration job summaries for the specified application.
iv_nexttoken TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING¶
The pagination token to use in a subsequent call to retrieve the next set of results.
Queryable Attributes¶
migrations¶
A list of migration job summaries for the specified application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MIGRATIONS() |
Getter for MIGRATIONS, with configurable default |
ASK_MIGRATIONS() |
Getter for MIGRATIONS w/ exceptions if field has no value |
HAS_MIGRATIONS() |
Determine if MIGRATIONS has a value |
nextToken¶
The pagination token to use in a subsequent call to retrieve 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 |