class Aws::LexModelsV2::Types::ExportSortBy

Provides information about sorting a list of exports.

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

data as a hash:

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

@!attribute [rw] attribute

The export field to use for sorting.
@return [String]

@!attribute [rw] order

The order to sort the list.
@return [String]

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

Constants

SENSITIVE