class Aws::LexModelsV2::Types::BuiltInSlotTypeSortBy

Specifies attributes for sorting a list of built-in slot types.

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

data as a hash:

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

@!attribute [rw] attribute

The attribute to use to sort the list of built-in intents.
@return [String]

@!attribute [rw] order

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

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

Constants

SENSITIVE