libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MacieV2.Types.ListJobsSortCriteria

Description

 
Synopsis

Documentation

data ListJobsSortCriteria Source #

Specifies criteria for sorting the results of a request for information about classification jobs.

See: newListJobsSortCriteria smart constructor.

Constructors

ListJobsSortCriteria' 

Fields

  • orderBy :: Maybe OrderBy

    The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.

  • attributeName :: Maybe ListJobsSortAttributeName

    The property to sort the results by.

Instances

Instances details
Eq ListJobsSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ListJobsSortCriteria

Read ListJobsSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ListJobsSortCriteria

Show ListJobsSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ListJobsSortCriteria

Generic ListJobsSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ListJobsSortCriteria

Associated Types

type Rep ListJobsSortCriteria :: Type -> Type #

NFData ListJobsSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ListJobsSortCriteria

Methods

rnf :: ListJobsSortCriteria -> () #

Hashable ListJobsSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ListJobsSortCriteria

ToJSON ListJobsSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ListJobsSortCriteria

type Rep ListJobsSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ListJobsSortCriteria

type Rep ListJobsSortCriteria = D1 ('MetaData "ListJobsSortCriteria" "Amazonka.MacieV2.Types.ListJobsSortCriteria" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "ListJobsSortCriteria'" 'PrefixI 'True) (S1 ('MetaSel ('Just "orderBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrderBy)) :*: S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListJobsSortAttributeName))))

newListJobsSortCriteria :: ListJobsSortCriteria Source #

Create a value of ListJobsSortCriteria 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:orderBy:ListJobsSortCriteria', listJobsSortCriteria_orderBy - The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.

$sel:attributeName:ListJobsSortCriteria', listJobsSortCriteria_attributeName - The property to sort the results by.

listJobsSortCriteria_orderBy :: Lens' ListJobsSortCriteria (Maybe OrderBy) Source #

The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.