/AWS1/CL_LXBGETMIGRATIONSRSP¶
GetMigrationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_migrationsummaries TYPE /AWS1/CL_LXBMIGRATIONSUMMARY=>TT_MIGRATIONSUMMARYLIST TT_MIGRATIONSUMMARYLIST¶
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the migration, use the
migrationIdfrom the summary in a call to the operation.
iv_nexttoken TYPE /AWS1/LXBNEXTTOKEN /AWS1/LXBNEXTTOKEN¶
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of migrations.
Queryable Attributes¶
migrationSummaries¶
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the migration, use the
migrationIdfrom the summary in a call to the operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MIGRATIONSUMMARIES() |
Getter for MIGRATIONSUMMARIES, with configurable default |
ASK_MIGRATIONSUMMARIES() |
Getter for MIGRATIONSUMMARIES w/ exceptions if field has no |
HAS_MIGRATIONSUMMARIES() |
Determine if MIGRATIONSUMMARIES has a value |
nextToken¶
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of migrations.
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 |