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.SearchResourcesSortCriteria

Description

 
Synopsis

Documentation

data SearchResourcesSortCriteria Source #

Specifies criteria for sorting the results of a query for information about Amazon Web Services resources that Amazon Macie monitors and analyzes.

See: newSearchResourcesSortCriteria smart constructor.

Constructors

SearchResourcesSortCriteria' 

Fields

Instances

Instances details
Eq SearchResourcesSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SearchResourcesSortCriteria

Read SearchResourcesSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SearchResourcesSortCriteria

Show SearchResourcesSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SearchResourcesSortCriteria

Generic SearchResourcesSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SearchResourcesSortCriteria

Associated Types

type Rep SearchResourcesSortCriteria :: Type -> Type #

NFData SearchResourcesSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SearchResourcesSortCriteria

Hashable SearchResourcesSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SearchResourcesSortCriteria

ToJSON SearchResourcesSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SearchResourcesSortCriteria

type Rep SearchResourcesSortCriteria Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SearchResourcesSortCriteria

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

newSearchResourcesSortCriteria :: SearchResourcesSortCriteria Source #

Create a value of SearchResourcesSortCriteria 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:SearchResourcesSortCriteria', searchResourcesSortCriteria_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:SearchResourcesSortCriteria', searchResourcesSortCriteria_attributeName - The property to sort the results by.

searchResourcesSortCriteria_orderBy :: Lens' SearchResourcesSortCriteria (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.