class Aws::LexModelsV2::Types::BotLocaleSortBy

Specifies attributes for sorting a list of bot locales.

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

data as a hash:

    {
      attribute: "BotLocaleName", # required, accepts BotLocaleName
      order: "Ascending", # required, accepts Ascending, Descending
    }

@!attribute [rw] attribute

The bot locale attribute to sort by.
@return [String]

@!attribute [rw] order

Specifies whether to sort the bot locales in ascending or descending
order.
@return [String]

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

Constants

SENSITIVE