libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer
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.CostExplorer.Types.SortDefinition

Description

 
Synopsis

Documentation

data SortDefinition Source #

The details of how to sort the data.

See: newSortDefinition smart constructor.

Constructors

SortDefinition' 

Fields

Instances

Instances details
Eq SortDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SortDefinition

Read SortDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SortDefinition

Show SortDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SortDefinition

Generic SortDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SortDefinition

Associated Types

type Rep SortDefinition :: Type -> Type #

NFData SortDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SortDefinition

Methods

rnf :: SortDefinition -> () #

Hashable SortDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SortDefinition

ToJSON SortDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SortDefinition

type Rep SortDefinition Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SortDefinition

type Rep SortDefinition = D1 ('MetaData "SortDefinition" "Amazonka.CostExplorer.Types.SortDefinition" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "SortDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSortDefinition Source #

Create a value of SortDefinition 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:sortOrder:SortDefinition', sortDefinition_sortOrder - The order that's used to sort the data.

$sel:key:SortDefinition', sortDefinition_key - The key that's used to sort the data.

sortDefinition_sortOrder :: Lens' SortDefinition (Maybe SortOrder) Source #

The order that's used to sort the data.

sortDefinition_key :: Lens' SortDefinition Text Source #

The key that's used to sort the data.