libZSservicesZSamazonka-redshiftZSamazonka-redshift
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.Redshift.Types.SnapshotSortingEntity

Description

 
Synopsis

Documentation

data SnapshotSortingEntity Source #

Describes a sorting entity

See: newSnapshotSortingEntity smart constructor.

Constructors

SnapshotSortingEntity' 

Fields

Instances

Instances details
Eq SnapshotSortingEntity Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotSortingEntity

Read SnapshotSortingEntity Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotSortingEntity

Show SnapshotSortingEntity Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotSortingEntity

Generic SnapshotSortingEntity Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotSortingEntity

Associated Types

type Rep SnapshotSortingEntity :: Type -> Type #

NFData SnapshotSortingEntity Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotSortingEntity

Methods

rnf :: SnapshotSortingEntity -> () #

Hashable SnapshotSortingEntity Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotSortingEntity

ToQuery SnapshotSortingEntity Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotSortingEntity

type Rep SnapshotSortingEntity Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotSortingEntity

type Rep SnapshotSortingEntity = D1 ('MetaData "SnapshotSortingEntity" "Amazonka.Redshift.Types.SnapshotSortingEntity" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "SnapshotSortingEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortByOrder)) :*: S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SnapshotAttributeToSortBy)))

newSnapshotSortingEntity Source #

Create a value of SnapshotSortingEntity 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:SnapshotSortingEntity', snapshotSortingEntity_sortOrder - The order for listing the attributes.

$sel:attribute:SnapshotSortingEntity', snapshotSortingEntity_attribute - The category for sorting the snapshots.