Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
SnapshotSortingEntity' | |
|
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.