Struct aws_sdk_elasticache::model::ReshardingStatus
source · #[non_exhaustive]pub struct ReshardingStatus { /* private fields */ }
Expand description
The status of an online resharding operation.
Implementations§
source§impl ReshardingStatus
impl ReshardingStatus
sourcepub fn slot_migration(&self) -> Option<&SlotMigration>
pub fn slot_migration(&self) -> Option<&SlotMigration>
Represents the progress of an online resharding operation.
source§impl ReshardingStatus
impl ReshardingStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReshardingStatus
.
Trait Implementations§
source§impl Clone for ReshardingStatus
impl Clone for ReshardingStatus
source§fn clone(&self) -> ReshardingStatus
fn clone(&self) -> ReshardingStatus
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 ReshardingStatus
impl Debug for ReshardingStatus
source§impl PartialEq<ReshardingStatus> for ReshardingStatus
impl PartialEq<ReshardingStatus> for ReshardingStatus
source§fn eq(&self, other: &ReshardingStatus) -> bool
fn eq(&self, other: &ReshardingStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.