Struct aws_sdk_memorydb::model::ReshardingStatus
source · #[non_exhaustive]pub struct ReshardingStatus { /* private fields */ }Expand description
The status of the online resharding
Implementations§
source§impl ReshardingStatus
impl ReshardingStatus
sourcepub fn slot_migration(&self) -> Option<&SlotMigration>
pub fn slot_migration(&self) -> Option<&SlotMigration>
The status of the online resharding slot migration
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 more