class Aws::LexModelsV2::Types::ImportSortBy

Provides information for sorting a list of imports.

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

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/ImportSortBy AWS API Documentation

Constants

SENSITIVE