amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LexV2Models.Types.SlotTypeSortBy

Description

 
Synopsis

Documentation

data SlotTypeSortBy Source #

Specifies attributes for sorting a list of slot types.

See: newSlotTypeSortBy smart constructor.

Constructors

SlotTypeSortBy' 

Fields

Instances

Instances details
ToJSON SlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSortBy

Generic SlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSortBy

Associated Types

type Rep SlotTypeSortBy :: Type -> Type #

Read SlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSortBy

Show SlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSortBy

NFData SlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSortBy

Methods

rnf :: SlotTypeSortBy -> () #

Eq SlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSortBy

Hashable SlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSortBy

type Rep SlotTypeSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeSortBy

type Rep SlotTypeSortBy = D1 ('MetaData "SlotTypeSortBy" "Amazonka.LexV2Models.Types.SlotTypeSortBy" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "SlotTypeSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SlotTypeSortAttribute) :*: S1 ('MetaSel ('Just "order") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SortOrder)))

newSlotTypeSortBy Source #

Create a value of SlotTypeSortBy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attribute:SlotTypeSortBy', slotTypeSortBy_attribute - The attribute to use to sort the list of slot types.

$sel:order:SlotTypeSortBy', slotTypeSortBy_order - The order to sort the list. You can say ascending or descending.

slotTypeSortBy_attribute :: Lens' SlotTypeSortBy SlotTypeSortAttribute Source #

The attribute to use to sort the list of slot types.

slotTypeSortBy_order :: Lens' SlotTypeSortBy SortOrder Source #

The order to sort the list. You can say ascending or descending.