class Aws::LexModelsV2::Types::ListExportsRequest

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

data as a hash:

    {
      bot_id: "Id",
      bot_version: "BotVersion",
      sort_by: {
        attribute: "LastUpdatedDateTime", # required, accepts LastUpdatedDateTime
        order: "Ascending", # required, accepts Ascending, Descending
      },
      filters: [
        {
          name: "ExportResourceType", # required, accepts ExportResourceType
          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 exports for.
@return [String]

@!attribute [rw] sort_by

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

@!attribute [rw] filters

Provides the specification of a filter used to limit the exports 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::ExportFilter>]

@!attribute [rw] max_results

The maximum number of exports 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 `ListExports` operation contans more
results that 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/ListExportsRequest AWS API Documentation

Constants

SENSITIVE