Struct aws_sdk_elasticache::output::StartMigrationOutput
source · #[non_exhaustive]pub struct StartMigrationOutput { /* private fields */ }
Implementations§
source§impl StartMigrationOutput
impl StartMigrationOutput
sourcepub fn replication_group(&self) -> Option<&ReplicationGroup>
pub fn replication_group(&self) -> Option<&ReplicationGroup>
Contains all of the attributes of a specific Redis replication group.
source§impl StartMigrationOutput
impl StartMigrationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartMigrationOutput
.
Trait Implementations§
source§impl Clone for StartMigrationOutput
impl Clone for StartMigrationOutput
source§fn clone(&self) -> StartMigrationOutput
fn clone(&self) -> StartMigrationOutput
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 StartMigrationOutput
impl Debug for StartMigrationOutput
source§impl PartialEq<StartMigrationOutput> for StartMigrationOutput
impl PartialEq<StartMigrationOutput> for StartMigrationOutput
source§fn eq(&self, other: &StartMigrationOutput) -> bool
fn eq(&self, other: &StartMigrationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.