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