GetMigrationsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of migrations to return in the response. The default is 10.

Link copied to clipboard

Filters the list to contain only migrations in the specified state.

Link copied to clipboard

A pagination token that fetches the next page of migrations. If the response to this operation is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of migrations, specify the pagination token in the request.

Link copied to clipboard

The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started.

Link copied to clipboard

The order so sort the list.

Link copied to clipboard

Filters the list to contain only bots whose name contains the specified string. The string is matched anywhere in bot name.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String