class Aws::LexModelsV2::Types::ListImportsRequest

@note When making an API call, you may pass ListImportsRequest

data as a hash:

    {
      bot_id: "Id",
      bot_version: "DraftBotVersion",
      sort_by: {
        attribute: "LastUpdatedDateTime", # required, accepts LastUpdatedDateTime
        order: "Ascending", # required, accepts Ascending, Descending
      },
      filters: [
        {
          name: "ImportResourceType", # required, accepts ImportResourceType
          values: ["FilterValue"], # required
          operator: "CO", # required, accepts CO, EQ
        },
      ],
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] bot_id

The unique identifier that Amazon Lex assigned to the bot.
@return [String]

@!attribute [rw] bot_version

The version of the bot to list imports for.
@return [String]

@!attribute [rw] sort_by

Determines the field that the list of imports is sorted by. You can
sort by the `LastUpdatedDateTime` field in ascending or descending
order.
@return [Types::ImportSortBy]

@!attribute [rw] filters

Provides the specification of a filter used to limit the bots in the
response to only those that match the filter specification. You can
only specify one filter and one string to filter on.
@return [Array<Types::ImportFilter>]

@!attribute [rw] max_results

The maximum number of imports to return in each page of results. If
there are fewer results than the max page size, only the actual
number of results are returned.
@return [Integer]

@!attribute [rw] next_token

If the response from the `ListImports` operation contains more
results than specified in the `maxResults` parameter, a token is
returned in the response. Use that token in the `nextToken`
parameter to return the next page of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/ListImportsRequest AWS API Documentation

Constants

SENSITIVE