class Aws::LexModelsV2::Types::SlotTypeSortBy

Specifies attributes for sorting a list of slot types.

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

data as a hash:

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

@!attribute [rw] attribute

The attribute to use to sort the list of slot types.
@return [String]

@!attribute [rw] order

The order to sort the list. You can say ascending or descending.
@return [String]

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

Constants

SENSITIVE