| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Redshift.Types.SnapshotSortingEntity
Description
Synopsis
- data SnapshotSortingEntity = SnapshotSortingEntity' {}
- newSnapshotSortingEntity :: SnapshotAttributeToSortBy -> SnapshotSortingEntity
- snapshotSortingEntity_sortOrder :: Lens' SnapshotSortingEntity (Maybe SortByOrder)
- snapshotSortingEntity_attribute :: Lens' SnapshotSortingEntity SnapshotAttributeToSortBy
Documentation
data SnapshotSortingEntity Source #
Describes a sorting entity
See: newSnapshotSortingEntity smart constructor.
Constructors
| SnapshotSortingEntity' | |
Fields
| |
Instances
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.
snapshotSortingEntity_sortOrder :: Lens' SnapshotSortingEntity (Maybe SortByOrder) Source #
The order for listing the attributes.
snapshotSortingEntity_attribute :: Lens' SnapshotSortingEntity SnapshotAttributeToSortBy Source #
The category for sorting the snapshots.