Struct aws_sdk_redshift::model::SnapshotSortingEntity
source · #[non_exhaustive]pub struct SnapshotSortingEntity { /* private fields */ }
Expand description
Describes a sorting entity
Implementations§
source§impl SnapshotSortingEntity
impl SnapshotSortingEntity
sourcepub fn attribute(&self) -> Option<&SnapshotAttributeToSortBy>
pub fn attribute(&self) -> Option<&SnapshotAttributeToSortBy>
The category for sorting the snapshots.
sourcepub fn sort_order(&self) -> Option<&SortByOrder>
pub fn sort_order(&self) -> Option<&SortByOrder>
The order for listing the attributes.
source§impl SnapshotSortingEntity
impl SnapshotSortingEntity
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SnapshotSortingEntity
.
Trait Implementations§
source§impl Clone for SnapshotSortingEntity
impl Clone for SnapshotSortingEntity
source§fn clone(&self) -> SnapshotSortingEntity
fn clone(&self) -> SnapshotSortingEntity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SnapshotSortingEntity
impl Debug for SnapshotSortingEntity
source§impl PartialEq<SnapshotSortingEntity> for SnapshotSortingEntity
impl PartialEq<SnapshotSortingEntity> for SnapshotSortingEntity
source§fn eq(&self, other: &SnapshotSortingEntity) -> bool
fn eq(&self, other: &SnapshotSortingEntity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.